mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-01-11 22:07:35 -08:00
Added depends on for the exporter (Ensure it's getting up after the postgress and prometheus)
This commit is contained in:
parent
edc06f001b
commit
7d1d32d67e
|
@ -35,6 +35,9 @@ services:
|
|||
context: .
|
||||
dockerfile: ./docker/exporter/Dockerfile.exporter
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- prometheus
|
||||
- postgres
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
env_file:
|
||||
|
|
Loading…
Reference in a new issue