Commit ce5907c
Android-16
fix: dashboard-api service connectivity (Light-Heart-Labs#33)
Fix dashboard showing services as offline when containers are healthy.
Root cause: dashboard-api container was using URL-style env vars
(OLLAMA_URL) but manifests expect HOST-style (OLLAMA_HOST). Without
the correct env vars, health checks fell back to localhost which
doesn't work inside containers.
Changes:
- docker-compose.base.yml: Set explicit _HOST env vars for all core
services so dashboard-api can resolve them via Docker DNS
- config.py: Add debug logging to show which services are loaded
Fixes Light-Heart-Labs#331 parent 22a76b1 commit ce5907c
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
136 | 144 | | |
137 | | - | |
138 | | - | |
139 | 145 | | |
140 | 146 | | |
141 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| |||
0 commit comments