add pelican
Some checks failed
Deploy Containers / Prepare (push) Failing after 33s

This commit is contained in:
2025-11-26 21:45:21 -05:00
parent 16b6d9467d
commit 9472336a4b
5 changed files with 194 additions and 136 deletions

View File

@@ -39,6 +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) }}"
command: "{{ command | default(omit) }}"
networks: "{{ networks | default(omit) }}"
volumes: "{{ volumes | default(omit) }}"