Update docker-compose.yml
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
image: docker.io/library/postgres:16-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
- /containers/authentik/database:/var/lib/postgresql/data
|
||||
redis:
|
||||
command: --save 60 1 --loglevel warning
|
||||
healthcheck:
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
image: docker.io/library/redis:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- redis:/data
|
||||
- /containers/authentik/redis:/data
|
||||
server:
|
||||
command: server
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user