mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:21:40 +01:00
change: use oauth-proxy & redis latest
This commit is contained in:
@@ -3,7 +3,7 @@ version: "3.7"
|
||||
services:
|
||||
|
||||
oauth2-proxy-{{ item }}:
|
||||
image: bitnami/oauth2-proxy:7.3.0
|
||||
image: bitnami/oauth2-proxy:latest
|
||||
depends_on:
|
||||
- redis
|
||||
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"
|
||||
|
||||
redis:
|
||||
image: redis:7.2.4-alpine
|
||||
image: redis:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- cache:/data
|
||||
|
||||
Reference in New Issue
Block a user