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

@@ -18,10 +18,3 @@ services:
# Network configuration
ports:
- ${PORT}:8282 # Web interface port
networks:
- frontend # Connects to frontend network
# External network definition
networks:
frontend:
external: true # Uses existing Docker network