Add healthcheck
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
SWITCHBOT_SECRET: ${SWITCHBOT_SECRET:-}
|
||||
COLLECT_INTERVAL_SECONDS: ${COLLECT_INTERVAL_SECONDS:-900}
|
||||
APP_TIMEZONE: ${APP_TIMEZONE:-Europe/London}
|
||||
HEALTHCHECK_URL: ${HEALTHCHECK_URL:-}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user