Remove networks v2

This commit is contained in:
2025-07-14 21:51:12 +05:30
parent 0af06e7078
commit add41c8ee4
5 changed files with 0 additions and 59 deletions

View File

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