Ajout volume dynamique cadoles-pod-hydra-dispatcher pour personnalisation
This commit is contained in:
parent
e3211734f2
commit
2db4ad991a
|
@ -6,10 +6,9 @@ PODMAN_ARGS="\
|
|||
--tz=local \
|
||||
-p 127.0.0.1:3000:80 \
|
||||
-v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \
|
||||
/etc/hydra-dispatcher/theme/templates:/var/www/templates \
|
||||
/etc/hydra-dispatcher/theme/fonts:/var/www/public/build/fonts \
|
||||
/etc/hydra-dispatcher/theme/theme.css:/var/www/public/build/theme/theme.css \
|
||||
/etc/hydra-dispatcher/theme/images:/var/www/public/build/images
|
||||
{% for item in hydra_dispatcher_mounts %}
|
||||
-v "{{ item.host }}:{{ item.container }}" \
|
||||
{% endfor %}
|
||||
-e APP_ENV=prod \
|
||||
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \
|
||||
-e HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445 \
|
||||
|
|
Loading…
Reference in New Issue