Compare commits

..

1 Commits

Author SHA1 Message Date
cmsassot 6d3fb20664 cadoles-pod-hydra-dispatcher : correction de la boucle pour création des volumes
cadoles-pod-hydra-dispatcher : correction de la boucle pour création des volumes
2022-09-12 15:46:43 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ PODMAN_ARGS="\
--network=slirp4netns:allow_host_loopback=true \
--tz=local \
-p 127.0.0.1:3000:80 \
-v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \
{%- for item in hydra_dispatcher_mounts %}
-v "{{ item.host }}:{{ item.container }}" \
-v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \
{% for item in hydra_dispatcher_mounts %}
-v {{ item.host }}:{{ item.container }} \
{% endfor %}
-e APP_ENV=prod \
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \