[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
c1a9274f1c
commit
824a7cdacc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue