Merge branch 'master' of http://192.168.5.10:3024/traveler/services
This commit is contained in:
commit
587b3d0c4d
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue