[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
|
||||
volumes:
|
||||
- /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:
|
||||
test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}']
|
||||
interval: 5s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue