mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add container_name to n8n-worker and postgres services in Docker Compose for clarity
This commit is contained in:
@@ -93,6 +93,7 @@ services:
|
||||
|
||||
n8n-worker:
|
||||
<<: *service-n8n
|
||||
container_name: n8n-worker
|
||||
profiles: ["n8n"]
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
@@ -268,6 +269,7 @@ services:
|
||||
start_period: 1s
|
||||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres:${POSTGRES_VERSION:-latest}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user