refactor: remove gateway network alias from backend service

Remove gateway network alias from backend service since gateway now uses host network mode and accesses backend directly via 127.0.0.1 instead of Docker network resolution.
This commit is contained in:
2026-03-18 08:29:41 +01:00
parent 4b16e0d4fc
commit 1721215c95

View File

@@ -27,9 +27,6 @@ services:
control:
aliases:
- backend
gateway:
aliases:
- backend
admin-web:
build: