Update templates/compose/healthchecks.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
Victor Gomez
2026-05-21 11:46:51 -04:00
committed by GitHub
co-authored by ShadowArcanist
parent aa4c229607
commit 85abbf2555
-1
View File
@@ -11,7 +11,6 @@ services:
container_name: healthchecks
environment:
- SERVICE_URL_HEALTHCHECKS_8000
- SERVICE_URL_HEALTHCHECKS
- DB=sqlite
- DB_NAME=/data/hc.sqlite
- "ALLOWED_HOSTS=${ALOWED_HOSTS:-*}"