This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit eb5b45b
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 functionality1 parent 0bbf85e commit eb5b45b
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
136 | | - | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
| |||
0 commit comments