-
Hi. I have been testing out mrsk using our production app and I can't get past the healthcheck stage of deployment. It looks like the container running our app is crashing on boot, however I cannot find any logs or terminal output to confirms that. Is there a way to see what's going on during the healthcheck stage? For reference these are the failing healthcheck logs.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Normally, app log and healthcheck log are outputted, but in your case, it looks like traefik failed to boot. Unfortunately, if there's an issue with traefik, it doesn't raise an error: You may want to try and remote into your server and inspect the traefik container or check its logs to determine underlying issue. |
Beta Was this translation helpful? Give feedback.
Normally, app log and healthcheck log are outputted, but in your case, it looks like traefik failed to boot.
Unfortunately, if there's an issue with traefik, it doesn't raise an error:
https://github.com/mrsked/mrsk/blob/9a501867b438761239b32c9a8ae7c750aa4d12c6/lib/mrsk/cli/traefik.rb#L7
You may want to try and remote into your server and inspect the traefik container or check its logs to determine underlying issue.