gremlin: auto-fix swarm/authentik.yaml (1 issue fixed)
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

- Added diun.enable: "true" to "postgresql"
This commit is contained in:
traveler 2026-04-29 15:34:59 -05:00
parent 716ad8c0dc
commit 6bfd079d80

View file

@ -2,7 +2,7 @@ services:
postgresql:
image: docker.io/library/postgres:16-alpine
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
interval: 30s
retries: 5
@ -28,6 +28,7 @@ services:
- node.platform.arch != aarch64
- node.hostname == znas
labels:
diun.enable: "true"
gremlin.version: "2026-04-1"
gremlin.uid.exempt: "true"
gremlin.uid.reason: "Postgres manages its own internal users"