Set default buffer level for proxy basic conf, which are necessary for OIDC login

This commit is contained in:
2025-08-20 15:56:32 +02:00
parent fa46523433
commit ad7e61e8b1
5 changed files with 17 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
ports:
- {{ports.localhost.oauth2_proxy[application_id]}}:4180/tcp
- {{ ports.localhost.oauth2_proxy[application_id] }}:4180/tcp
volumes:
- "{{ docker_compose.directories.volumes }}{{applications | get_app_conf('web-app-oauth2-proxy','configuration_file')}}:/oauth2-proxy.cfg"
{% endif %}