Add non-operational healthchecks to media-repo and mjolnir
Both those containers don't have curl somehow
This commit is contained in:
parent
b19c6b958f
commit
c0908ecff9
@ -180,6 +180,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
#healthcheck:
|
||||||
|
# test: curl -fSs http://localhost:8000/healthz || exit 1
|
||||||
|
# interval: 15s
|
||||||
|
# timeout: 5s
|
||||||
|
# retries: 5
|
||||||
|
|
||||||
pantalaimon:
|
pantalaimon:
|
||||||
image: matrixdotorg/pantalaimon:latest
|
image: matrixdotorg/pantalaimon:latest
|
||||||
@ -194,6 +199,11 @@ services:
|
|||||||
- ./data/mjolnir:/data
|
- ./data/mjolnir:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- pantalaimon
|
- pantalaimon
|
||||||
|
#healthcheck:
|
||||||
|
# test: curl -fSs http://localhost:8080/healthz || exit 1
|
||||||
|
# interval: 15s
|
||||||
|
# timeout: 5s
|
||||||
|
# retries: 5
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
|
Reference in New Issue
Block a user