mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-07 05:41: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
|
image: bitnami/oauth2-proxy:7.3.0
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
restart: always
|
||||||
command:
|
command:
|
||||||
{% if keycloak_clients[item].get("skips") %}
|
{% if keycloak_clients[item].get("skips") %}
|
||||||
{% for route in keycloak_clients[item].skips %}
|
{% for route in keycloak_clients[item].skips %}
|
||||||
|
|||||||
Reference in New Issue
Block a user