fix key name
All checks were successful
Deploy Containers / Prepare (push) Successful in 35s

This commit is contained in:
2025-11-26 21:46:31 -05:00
parent 9472336a4b
commit 008cd10523
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
published_ports: "{{ published_ports | default(omit) }}"
network_mode: "{{ network_mode | default(omit) }}"
image: "{{ image.name }}:{{ image.tag }}"
extra_hosts: "{{ extra_hosts | default(omit) }}"
etc_hosts: "{{ extra_hosts | default(omit) }}"
command: "{{ command | default(omit) }}"
networks: "{{ networks | default(omit) }}"
volumes: "{{ volumes | default(omit) }}"

View File

@@ -15,7 +15,7 @@
- "{{ data_dir }}/pelican:/pelican-data"
- "{{ data_dir }}/pelican/logs:/var/www/html/storage/logs"
- "{{ data_dir }}/pelican/Caddyfile:/etc/caddy/Caddyfile"
extra_hosts:
etc_hosts:
- "host.docker.internal:host-gateway"
env:
XDG_DATA_HOME: /pelican-data