Remove networks

This commit is contained in:
2025-07-14 21:42:54 +05:30
parent 685f5788df
commit 0af06e7078
2 changed files with 0 additions and 18 deletions

View File

@@ -9,12 +9,3 @@ services:
# Network port configuration
ports:
- ${PORT}:8080 # Maps host port to Adminer web interface
# Network configuration
networks:
- backend # Connects to backend network
# External network definition
networks:
backend:
external: true # Uses pre-existing backend network