[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2026-02-27 10:30:21 +01:00
parent c1a9274f1c
commit 824a7cdacc

View file

@ -10,7 +10,7 @@ services:
- POSTGRES_NON_ROOT_PASSWORD=n8n - POSTGRES_NON_ROOT_PASSWORD=n8n
volumes: volumes:
- /app-config/n8n/db_storage:/var/lib/postgresql/data - /app-config/n8n/db_storage:/var/lib/postgresql/data
#- ./init-data.sh:/docker-entrypoint-initdb.d/init-data.sh - /app-config/n8n/init-data.sh:/docker-entrypoint-initdb.d/init-data.sh
healthcheck: healthcheck:
test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}'] test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}']
interval: 5s interval: 5s