feat(docker): use PROMETHEUS_MULTIPROC_DIR

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-01 12:27:33 -07:00
parent f21765bfe4
commit 1be4ac2fde
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
3 changed files with 5 additions and 0 deletions

View file

@ -168,6 +168,7 @@ services:
- FASTAPI_WORKERS=${FASTAPI_WORKERS}
- AURWEB_FASTAPI_PREFIX=${AURWEB_FASTAPI_PREFIX}
- AURWEB_SSHD_PREFIX=${AURWEB_SSHD_PREFIX}
- PROMETHEUS_MULTIPROC_DIR=/tmp_prometheus
entrypoint: /docker/fastapi-entrypoint.sh
command: /docker/scripts/run-fastapi.sh "${FASTAPI_BACKEND}"
healthcheck: