Museum service healthcheck unhealthy
When using the QuickStart script, the museum service is created with a healthcheck that uses a curl command. Curl does not appear to be installed in the container. Is this something that should be added to the dockerfile?
2 Replies
The museum service healthcheck uses
wget instead of curl. You can see the healthcheck configuration in the docker-compose.yaml file: https://ente.io/help/self-hosting/guides/windows#docker-composeyaml
The healthcheck uses the following test command: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/ping"]. The start_period is set to 120 seconds to allow for initial bootstrapping.
-# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearchEnte Help
Self-hosting Ente on Windows
A community guide with a Windows specific workflow for running the self-hosted version on Ente
Thread marked as solved. It will be closed in <t:1762246334:R>.
This thread is now closed.