WIP: Hotfix liés à MSE2
This commit is contained in:
@ -21,8 +21,14 @@ PODMAN_ARGS="\
|
||||
-e 'SENTRY_DSN={{ hydra_dispatcher_sentry_dsn }}' \
|
||||
-e 'SENTRY_ENVIRONMENT={{ hydra_dispatcher_sentry_environment }}' \
|
||||
-e 'REDIS_DSN={{ hydra_dispatcher_redis_dsn }}' \
|
||||
--mount type=tmpfs,tmpfs-size=512M,destination=/app/var/cache \
|
||||
-e 'DISABLE_APP_AUTO_SELECT={{ hydra_dispatcher_disable_app_auto_select }}' \
|
||||
-e 'PHP_FPM_MEMORY_LIMIT=128m' \
|
||||
-e 'PHP_FPM_MAX_CHILDREN=128' \
|
||||
-e 'PHP_FPM_START_SERVERS=42' \
|
||||
-e 'PHP_FPM_MIN_SPARE_SERVERS=24' \
|
||||
-e 'PHP_FPM_MAX_SPARE_SERVERS=64' \
|
||||
-v /etc/hydra-dispatcher/www.conf.gotmpl:/etc/php81/php-fpm.d/www.conf.gotmpl \
|
||||
-v /etc/hydra-dispatcher/conf.d:/app/config/hydra \
|
||||
{% for item in hydra_dispatcher_mounts %}
|
||||
-v {{ item.host }}:{{ item.container }} \
|
||||
|
@ -6,6 +6,7 @@ PODMAN_ARGS="\
|
||||
--tz=local \
|
||||
-v /etc/hydra-remote-user/conf.d:/var/www/config/remote_user \
|
||||
-v /etc/hydra-remote-user/apache.conf:/etc/apache2/sites-available/000-default.conf \
|
||||
-v /etc/hydra-remote-user/mpm_prefork.conf:/etc/apache2/mods-available/mpm_prefork.conf \
|
||||
-v /etc/hosts:/etc/hosts:ro \
|
||||
-e APP_ENV=prod \
|
||||
-e 'APP_DEBUG={{ hydra_saml_debug }}' \
|
||||
@ -14,4 +15,4 @@ PODMAN_ARGS="\
|
||||
-e HYDRA_ADMIN_BASE_URL=http://10.0.2.2:3000 \
|
||||
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
|
||||
-e 'LOGOUT_REDIRECT_URL_PATTERN={{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/Shibboleth.sso/Logout?return=%s' \
|
||||
"
|
||||
"
|
||||
|
Reference in New Issue
Block a user