Add container_name to n8n-worker and postgres services in Docker Compose for clarity

This commit is contained in:
Yury Kossakovsky
2025-05-09 17:15:35 -06:00
parent dbbc89eefc
commit 3d24791cc0

View File

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