change: use oauth-proxy & redis latest

This commit is contained in:
2024-10-10 21:24:33 +00:00
parent 9b8c2c675d
commit ac5bf029c4

View File

@@ -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