mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 00:38:34 +01:00
fix: add restart for redis backend of oauth2proxy
- otherwise oauth2proxy break for example on system reboot
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:7.0.2-alpine3.16
|
||||
restart: always
|
||||
volumes:
|
||||
- cache:/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user