-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove dockerize #219
Copy link
Copy link
Closed
Labels
Description
This enhancement has been discussed in the PR #215
The docker-compose.yml could use the service_started and/or the service_healthy condition.
Like in k8s, the Spring Boot application may have started but is not ready to accept HTTP request.
According to the compose spec, the service_healthy looks like better: https://github.com/compose-spec/compose-spec/blob/master/spec.md#healthcheck It requires that we implement healthcheck.
I found this sample: https://github.com/wpcfan/spring-boot-tut/blob/master/docker/docker-compose.yml
Reactions are currently unavailable