Skip to content

Commit eb5b45b

Browse files
committed
refactor: remove unnecessary frontend_network from compose config
The frontend_network was inherited from upstream repo that included frontend services, but this demo only deploys backend services (tracker, proxy, database, monitoring) that all communicate through the backend_network. - Remove frontend_network from proxy service networks - Remove frontend_network definition from networks section - Simplifies architecture while maintaining all functionality
1 parent 0bbf85e commit eb5b45b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ services:
2020
container_name: proxy
2121
restart: unless-stopped
2222
networks:
23-
- frontend_network
2423
- backend_network
2524
ports:
2625
- "80:80"
@@ -133,7 +132,6 @@ services:
133132
- mysql
134133

135134
networks:
136-
frontend_network: {}
137135
backend_network: {}
138136

139137
volumes:

0 commit comments

Comments
 (0)