update network config

This commit is contained in:
2026-05-14 19:43:20 +03:00
parent 793e11699d
commit ea33c80bb6

View File

@@ -30,7 +30,8 @@ services:
- ./local-files:/files
networks:
- webapp
- db
- backend
- mcp
secrets:
DB_PASS:
file: .secrets/DB_PASS
@@ -38,7 +39,10 @@ networks:
webapp:
external:
true
db:
backend:
external:
true
mcp:
external:
true
volumes: