Fix #759 - railsserver add healthcheck#563
Conversation
0d1533f to
457b5c7
Compare
|
@derpixler when trying this, it does not seem to work for me. I set the healthcheck to fail by specifying this via .env: So that the railsserver will listen on 3000 (as the ENV is not passed to the container), but the healthcheck will listen on the wrong port and fail. However, zammad-nginx will start immediately, as if no health check were defined. Did I miss something? |
18d5d64 to
e9b8cec
Compare
Update @see |
459a672 to
4829625
Compare
Fix #759 - railsserver add healthcheck to check if localhost:3000 available