service: Make oauth2-proxy depend on its socket

This commit is contained in:
uumas
2026-03-14 23:50:01 +02:00
parent 3554de82c0
commit 70c5ed7ea0

View File

@@ -28,6 +28,8 @@
OAUTH2_PROXY_SKIP_PROVIDER_BUTTON: "true"
OAUTH2_PROXY_EMAIL_DOMAINS: "*"
OAUTH2_PROXY_REVERSE_PROXY: "true"
container_requires:
- "{{ service_name }}-oauth2-proxy.socket"
container_auto_update: "{{ service_auto_update }}"
- name: Socket for OAuth2 Proxy for {{ service_name }}