Commit b902262
committed
feat: [#236] make Docker Compose ports dynamic using Tera variables
- Replace hardcoded UDP ports (6868, 6969) with loop over udp_tracker_ports
- Replace hardcoded HTTP port (7070) with loop over http_tracker_ports
- Replace hardcoded API port (1212) with http_api_port variable
- Add descriptive comments explaining dynamic configuration
- Phase 4 complete: Template now renders ports from context1 parent 5909c0b commit b902262
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
0 commit comments