Added depends on for the exporter (Ensure it's getting up after the postgress and prometheus)

This commit is contained in:
Gleb Tcivie 2024-08-09 13:29:46 +03:00
parent edc06f001b
commit 7d1d32d67e

View file

@ -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: