Update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user