mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: add restart always to oauth proxy
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
||||
image: bitnami/oauth2-proxy:7.3.0
|
||||
depends_on:
|
||||
- redis
|
||||
restart: always
|
||||
command:
|
||||
{% if keycloak_clients[item].get("skips") %}
|
||||
{% for route in keycloak_clients[item].skips %}
|
||||
|
||||
Reference in New Issue
Block a user