Configuration pour personnalisation du thème sur hydra-dispatcher #1
|
@ -70,6 +70,7 @@ hydra_dispatcher_available_locales:
|
||||||
- en
|
- en
|
||||||
hydra_dispatcher_sentry_dsn:
|
hydra_dispatcher_sentry_dsn:
|
||||||
hydra_dispatcher_sentry_environment:
|
hydra_dispatcher_sentry_environment:
|
||||||
|
hydra_dispatcher_mounts: []
|
||||||
cmsassot marked this conversation as resolved
Outdated
|
|||||||
|
|
||||||
# Hydra Passwordless configuration
|
# Hydra Passwordless configuration
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,10 @@ PODMAN_ARGS="\
|
||||||
--network=slirp4netns:allow_host_loopback=true \
|
--network=slirp4netns:allow_host_loopback=true \
|
||||||
--tz=local \
|
--tz=local \
|
||||||
-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 %}
|
||||||
|
-v "{{ item.host }}:{{ item.container }}" \
|
||||||
|
{% endfor %}
|
||||||
-e APP_ENV=prod \
|
-e APP_ENV=prod \
|
||||||
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \
|
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \
|
||||||
-e HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445 \
|
-e HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445 \
|
||||||
|
|
Loading…
Reference in New Issue
Ces variables ne font pas utilisées par ce rôle mais par le playbook
3875752e0e/sso.yml
.Il faut déplacer leur déclaration dans celui ci. Seule la variable
hydra_dispatcher_mounts
est utilisée dans ce rôle.