Donal McBreen
Donal McBreen
Hmm `kamal envify` sometimes calls `kamal env push`, but not always! That's my mistake. I'll revert that change.
Reverted here - https://github.com/basecamp/kamal/pull/845
Secrets have moved to `.kamal/secrets` in Kamal 2
Hi @olivermt! The cord should work automatically, so you shouldn't need to do anything yourself. It does two things to your docker container: 1. Mounts a volume into its `/tmp`...
@olivermt - the cord files are namespaced by the app and destination so two services shouldn't be an issue (but I've not tested that out). Re: the docker healthcheck -...
The cord file is a workaround to allow us to force the container to be unhealthy while it still can handle requests. Sending `docker stop` will work the wrong way...
Closing this - we've removed the cordfiles in Kamal 2
See https://github.com/basecamp/kamal/pull/912. Thanks for the great idea @dhnaranjo!
Fixed by #755
I'll close this now, that `healthcheck` section has been removed in Kamal 2