add name
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
||||
n8n:
|
||||
image: n8nio/n8n:latest
|
||||
restart: unless-stopped
|
||||
container_name: n8n
|
||||
environment:
|
||||
- DB_TYPE=${N8N_DB_TYPE}
|
||||
- DB_POSTGRESDB_HOST=${N8N_DB_HOST}
|
||||
@@ -50,6 +51,7 @@ services:
|
||||
|
||||
n8n-db:
|
||||
image: postgres:16
|
||||
container_name: n8n-pg
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
@@ -66,3 +68,4 @@ networks:
|
||||
n8n:
|
||||
driver: bridge
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user