Merge branch 'master' of http://192.168.5.10:3024/traveler/services
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-29 15:38:57 -05:00
commit 587b3d0c4d

View file

@ -2,7 +2,7 @@ services:
postgresql: postgresql:
image: docker.io/library/postgres:16-alpine image: docker.io/library/postgres:16-alpine
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] test: ["CMD-SHELL", "pg_isready -d ${POSTGRES_DB} -U ${POSTGRES_USER}"]
start_period: 20s start_period: 20s
interval: 30s interval: 30s
retries: 5 retries: 5
@ -28,6 +28,7 @@ services:
- node.platform.arch != aarch64 - node.platform.arch != aarch64
- node.hostname == znas - node.hostname == znas
labels: labels:
diun.enable: "true"
gremlin.version: "2026-04-1" gremlin.version: "2026-04-1"
gremlin.uid.exempt: "true" gremlin.uid.exempt: "true"
gremlin.uid.reason: "Postgres manages its own internal users" gremlin.uid.reason: "Postgres manages its own internal users"