Hi,
I ran your Docker Compose locally, and the Permify container was unhealthy. The reason is that it uses a basic image that doesn't contain curl.
Could you fix this, please?
I see at least two options:
- Add the Permify CLI command to verify app status. For example:
permify health.
- Add an external tool that can be run in a container. For example, this one - https://github.com/fivexl/lprobe.