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: .
|
context: .
|
||||||
dockerfile: ./docker/exporter/Dockerfile.exporter
|
dockerfile: ./docker/exporter/Dockerfile.exporter
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- prometheus
|
||||||
|
- postgres
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Reference in a new issue