Commit e1614e0
fix: add towlion network to compose and fix postgres volume path (#1)
- Add towlion external network to app and celery-worker services in
docker-compose.yml for multi-app routing via shared Caddy
- Remove host port binding (8000) from app service — Caddy routes
traffic via the shared network
- Fix postgres volume path from /data/database to /data/postgres in
docker-compose.standalone.yml to match bootstrap-server.sh
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0e6e278 commit e1614e0
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments