mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 06:31:36 +01:00
change: use oauth-proxy & redis latest
This commit is contained in:
@@ -3,7 +3,7 @@ version: "3.7"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
oauth2-proxy-{{ item }}:
|
oauth2-proxy-{{ item }}:
|
||||||
image: bitnami/oauth2-proxy:7.3.0
|
image: bitnami/oauth2-proxy:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
restart: always
|
restart: always
|
||||||
@@ -49,7 +49,7 @@ OAUTH2_PROXY_ALLOWED_GROUPS: {{ keycloak_clients[item].groups }}
|
|||||||
OAUTH2_PROXY_WHITELIST_DOMAIN: "keycloak.atlantishq.de sso.atlantishq.de sso.potaris.de"
|
OAUTH2_PROXY_WHITELIST_DOMAIN: "keycloak.atlantishq.de sso.atlantishq.de sso.potaris.de"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.2.4-alpine
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- cache:/data
|
- cache:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user