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:
@@ -27,9 +27,6 @@ services:
|
||||
control:
|
||||
aliases:
|
||||
- backend
|
||||
gateway:
|
||||
aliases:
|
||||
- backend
|
||||
|
||||
admin-web:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user