10 lines
367 B
Plaintext
Raw Normal View History

2025-01-26 15:15:23 +01:00
oauth2-proxy:
2025-01-26 16:14:30 +01:00
image: quay.io/oauth2-proxy/oauth2-proxy:{{oauth2_version}}
2025-01-26 15:15:23 +01:00
restart: {{docker_restart_policy}}
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
ports:
2025-01-26 16:14:30 +01:00
- {{oauth2_proxy_port}}:4180/tcp
2025-01-26 15:15:23 +01:00
volumes:
2025-01-26 16:14:30 +01:00
- "./{{oauth2_configuration_file}}:/oauth2-proxy.cfg"
{% include 'templates/docker/container/networks.yml.j2' %}