This commit is contained in:
2025-03-02 16:41:06 +01:00
parent 894db60562
commit 08c98d5db4
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,8 @@ services:
image: docker.io/library/redis:alpine
command: --save 60 1 --loglevel warning
restart: unless-stopped
env_file:
- stack.env
healthcheck:
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
start_period: 20s
@ -36,7 +38,6 @@ services:
command: server
env_file:
- stack.env
volumes:
- /share/docker_data/authentik/media:/media
- /share/docker_data/authentik/custom-templates:/templates