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
parent aa4c229607
commit 85abbf2555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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:-*}"