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

This commit is contained in:
komodo 2026-02-27 10:32:27 +01:00
parent 824a7cdacc
commit 92f13e9f81

View file

@ -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