Update docker-compose.yml

This commit is contained in:
2025-11-20 10:32:18 -05:00
parent df95e0446f
commit 3942d42fff

View File

@@ -17,7 +17,7 @@ services:
image: docker.io/library/postgres:16-alpine image: docker.io/library/postgres:16-alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- database:/var/lib/postgresql/data - /containers/authentik/database:/var/lib/postgresql/data
redis: redis:
command: --save 60 1 --loglevel warning command: --save 60 1 --loglevel warning
healthcheck: healthcheck:
@@ -31,7 +31,7 @@ services:
image: docker.io/library/redis:alpine image: docker.io/library/redis:alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- redis:/data - /containers/authentik/redis:/data
server: server:
command: server command: server
depends_on: depends_on: