[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
824a7cdacc
commit
92f13e9f81
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ services:
|
|||
postgres:
|
||||
image: postgres:16
|
||||
restart: always
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
|
|
@ -20,6 +21,7 @@ services:
|
|||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
restart: always
|
||||
container_name: n8n
|
||||
environment:
|
||||
- DB_TYPE=postgresdb
|
||||
- DB_POSTGRESDB_HOST=postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue