uggghhh fineeee
Deploy Containers / Prepare (push) Successful in 16s

This commit is contained in:
2026-06-10 19:50:56 -04:00
parent 15d97f9d35
commit 52c7f52c88
+2 -4
View File
@@ -5,8 +5,6 @@
state: directory
with_items:
- "{{ data_dir }}/pelican"
- "{{ data_dir }}/pelican/data"
- "{{ data_dir }}/pelican/logs"
- name: Create Pelican Caddyfile
template:
@@ -22,8 +20,8 @@
name: ghcr.io/pelican-dev/panel
tag: latest
volumes:
- "{{ data_dir }}/pelican/data:/pelican-data"
- "{{ data_dir }}/pelican/logs:/var/www/html/storage/logs"
- "pelican-data:/pelican-data"
- "pelican-logs:/var/www/html/storage/logs"
- "{{ data_dir }}/pelican/Caddyfile:/etc/caddy/Caddyfile"
etc_hosts:
- "host.docker.internal:host-gateway"