mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-11 11:18:32 +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:
|
redis:
|
||||||
image: redis:7.0.2-alpine3.16
|
image: redis:7.0.2-alpine3.16
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- cache:/data
|
- cache:/data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user