fix(obs): Tempo processors schema fix + configurable Postgres host and Grafana port #602
@@ -203,6 +203,12 @@ services:
|
|||||||
GLITCHTIP_MAX_EVENT_LIFE_DAYS: 90
|
GLITCHTIP_MAX_EVENT_LIFE_DAYS: 90
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${PORT_GLITCHTIP:-3002}:8080"
|
- "127.0.0.1:${PORT_GLITCHTIP:-3002}:8080"
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "wget -qO- http://localhost:8080/_health/ || exit 1"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 5
|
||||||
|
start_period: 60s
|
||||||
networks:
|
networks:
|
||||||
- archiv-net
|
- archiv-net
|
||||||
- obs-net
|
- obs-net
|
||||||
|
|||||||
Reference in New Issue
Block a user