fix(deploy): avoid existing n8n maintenance port

This commit is contained in:
NuklearRabbit
2026-08-02 01:52:56 +02:00
parent 847cd059cc
commit e1a1c6792d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ services:
n8n:
restart: unless-stopped
ports: !override
- "127.0.0.1:5678:5678"
- "127.0.0.1:15678:5678"
healthcheck:
test:
[
+1 -1
View File
@@ -10,7 +10,7 @@ only the web application is reachable from the LAN.
- Compose project: `mobilityops`
- Web: `http://192.168.10.150:1236` (`1236` on the host to `80` in `web`)
- API and PostgreSQL: Compose network only
- n8n editor: server loopback `127.0.0.1:5678` only; use an SSH tunnel for setup
- n8n editor: server loopback `127.0.0.1:15678` only; use an SSH tunnel for setup
## Deploy