Remove networks v3

This commit is contained in:
2025-07-14 22:06:45 +05:30
parent 3e219530e8
commit c86d5d13aa
7 changed files with 0 additions and 61 deletions

View File

@@ -24,8 +24,6 @@ services:
# Network configuration
ports:
- ${DB_PORT}:3306 # MariaDB port
networks:
- backend # Connects to backend network
# Health monitoring
healthcheck:
@@ -82,13 +80,3 @@ services:
ports:
- ${SERVER_PORT}:6157 # Web interface port
- 2222:2222 # SSH port for Git operations
networks:
- frontend # Connects to frontend network
- backend # Connects to backend network
# External network definitions
networks:
frontend:
external: true # Uses pre-existing network
backend:
external: true # Uses pre-existing network