Update healthchecks

This commit is contained in:
2025-06-08 14:22:49 +05:30
parent 09dcb7c3ec
commit 97cb9c2f94

View File

@@ -24,7 +24,7 @@ services:
- "DEBUG=${DEBUG}" - "DEBUG=${DEBUG}"
- "SITE_LOGO_URL=${SITE_LOGO_URL}" - "SITE_LOGO_URL=${SITE_LOGO_URL}"
volumes: volumes:
- ${CONFIG_PATH}:/config - ${APPDATA_PATH}/healthchecks/config:/config
ports: ports:
- "${PORT}:8000" - "${PORT}:8000"
restart: "unless-stopped" restart: "unless-stopped"