use docker volumes
All checks were successful
Deploy Containers / Prepare (push) Successful in 20s

This commit is contained in:
2025-11-26 21:59:00 -05:00
parent 018a212ad1
commit 62e149632e

View File

@@ -10,8 +10,8 @@
name: ghcr.io/pelican-dev/panel name: ghcr.io/pelican-dev/panel
tag: latest tag: latest
volumes: volumes:
- "{{ data_dir }}/pelican/app:/pelican-data" - "pelican-data:/pelican-data"
- "{{ data_dir }}/pelican/logs:/var/www/html/storage/logs" - "pelican-logs:/var/www/html/storage/logs"
- "{{ data_dir }}/pelican/Caddyfile:/etc/caddy/Caddyfile" - "{{ data_dir }}/pelican/Caddyfile:/etc/caddy/Caddyfile"
etc_hosts: etc_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"