Add non-operational healthchecks to media-repo and mjolnir

Both those containers don't have curl somehow
This commit is contained in:
BBaoVanC 2021-09-05 21:10:08 -05:00
parent b19c6b958f
commit c0908ecff9
1 changed files with 10 additions and 0 deletions

View File

@ -180,6 +180,11 @@ services:
depends_on:
- postgres
- redis
#healthcheck:
# test: curl -fSs http://localhost:8000/healthz || exit 1
# interval: 15s
# timeout: 5s
# retries: 5
pantalaimon:
image: matrixdotorg/pantalaimon:latest
@ -194,6 +199,11 @@ services:
- ./data/mjolnir:/data
depends_on:
- pantalaimon
#healthcheck:
# test: curl -fSs http://localhost:8080/healthz || exit 1
# interval: 15s
# timeout: 5s
# retries: 5
prometheus:
image: prom/prometheus:latest