Compare commits

...

2 Commits

Author SHA1 Message Date
cmsassot e3211734f2 Ajout volume cadoles-pod-hydra-dispatcher 2022-09-07 14:03:14 +02:00
cmsassot cf94b5c096 AJout variable hydra_dispatcher_mounts 2022-09-07 13:58:53 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -70,6 +70,7 @@ hydra_dispatcher_available_locales:
- en
hydra_dispatcher_sentry_dsn:
hydra_dispatcher_sentry_environment:
hydra_dispatcher_mounts: []
# Hydra Passwordless configuration

View File

@ -5,7 +5,11 @@ 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 \
-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
-e APP_ENV=prod \
-e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \
-e HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445 \