This commit is contained in:
2025-04-02 23:39:57 +02:00
parent da0f50263a
commit f044c7ccae

View File

@ -30,8 +30,7 @@ services:
timeout: 5s timeout: 5s
image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine
labels: labels:
wud.watch: true wud.watch: false
wud.watch.digest: true
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
volumes: volumes:
- /share/docker_data/authentik/database:/var/lib/postgresql/data - /share/docker_data/authentik/database:/var/lib/postgresql/data