fix: add proxy network to n8n so Coolify Traefik can reach it

This commit is contained in:
root
2026-03-23 01:42:58 +00:00
parent baa0c6b769
commit 95f93094da

View File

@@ -35,6 +35,7 @@ services:
networks: networks:
- n8n - n8n
- proxy
labels: labels:
traefik.http.services.n8n.loadbalancer.server.port: "5678" traefik.http.services.n8n.loadbalancer.server.port: "5678"
@@ -54,3 +55,5 @@ services:
networks: networks:
n8n: n8n:
driver: bridge driver: bridge
proxy:
external: true