Skip to content

Commit ecc6594

Browse files
Merge pull request #204 from AET-DevOps26/marvin/fix-local-grafana
Fix local health check
2 parents 1a4452b + 6aa71c8 commit ecc6594

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ services:
144144
context: ./services/grafana
145145
ports:
146146
- "127.0.0.1:${GRAFANA_PORT:-8020}:3000"
147+
healthcheck:
148+
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3000/grafana/api/health >/dev/null"]
147149

148150
volumes:
149151
ollama-data:

0 commit comments

Comments
 (0)