2025-01-26 15:15:23 +01:00
|
|
|
oauth2-proxy:
|
2025-02-03 11:44:13 +01:00
|
|
|
image: quay.io/oauth2-proxy/oauth2-proxy:{{applications.oauth2_proxy.version}}
|
2025-01-26 15:15:23 +01:00
|
|
|
restart: {{docker_restart_policy}}
|
|
|
|
command: --config /oauth2-proxy.cfg
|
|
|
|
hostname: oauth2-proxy
|
|
|
|
ports:
|
2025-01-30 15:04:23 +01:00
|
|
|
- {{ports.localhost.oauth2_proxy_ports[application_id]}}:4180/tcp
|
2025-01-26 15:15:23 +01:00
|
|
|
volumes:
|
2025-02-04 22:37:07 +01:00
|
|
|
- "{{docker_compose.directories.volumes}}{{applications.oauth2_proxy.configuration_file}}:/oauth2-proxy.cfg"
|
2025-01-26 16:14:30 +01:00
|
|
|
{% include 'templates/docker/container/networks.yml.j2' %}
|