cadoles-pod-hydra-dispatcher : correction de la boucle pour création des volumes #2
|
@ -7,7 +7,7 @@ PODMAN_ARGS="\
|
||||||
-p 127.0.0.1:3000:80 \
|
-p 127.0.0.1:3000:80 \
|
||||||
-v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \
|
-v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \
|
||||||
{% for item in hydra_dispatcher_mounts %}
|
{% for item in hydra_dispatcher_mounts %}
|
||||||
-v "{{ item.host }}:{{ item.container }}" \
|
-v '{{ item.host }}:{{ item.container }}' \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
-e APP_ENV=prod \
|
-e APP_ENV=prod \
|
||||||
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \
|
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \
|
||||||
|
|
Loading…
Reference in New Issue