diff --git a/moodle-app-dev.yml b/moodle-app-dev.yml index 601a478013e..4354e3933f7 100644 --- a/moodle-app-dev.yml +++ b/moodle-app-dev.yml @@ -9,6 +9,11 @@ services: command: npm run ionic:serve volumes: - "${MOODLE_DOCKER_APP_PATH}:/app" + healthcheck: + test: "curl -f http://localhost:8100 || exit 1" + interval: 10s + timeout: 3s + start_period: 30s expose: - 8100 - 35729