This commit is contained in:
2025-03-24 00:12:39 +01:00
parent b5f3d0c91f
commit 8b06379468
2 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,7 @@ services:
timeout: 10s
image: ${DOCKER_REGISTRY:-}postgres:16
labels:
wud.watch: true
wud.watch.digest: true
wud.watch: false
restart: ${RESTART:-unless-stopped}
volumes:
- /share/docker_data/kestra/postgres-data:/var/lib/postgresql/data

View File

@ -17,6 +17,7 @@ services:
networks:
zabbix:
ipv4_address: 192.168.89.4
ports:
- 5432:5432
restart: unless-stopped