Health Check
A health check is a series of steps the system performs to determine if the Corteza instance is working as intended.
To access the automated health check, you can navigate to the /healthcheck
endpoint of your Corteza instance.
Alternatively, you can run the docker-compose ps
command to check the health from the CLI.
Name Command State Ports
---------------------------------------------------------------------------------------------
my-corteza_db_1 /docker-entrypoint.sh mysqld Up (healthy) 3306/tcp, 33060/tcp
my-corteza_server_1 ./bin/corteza-server serve-api Up (healthy) 127.0.0.1:18083->80/tcp
Refer to the Troubleshooting docs for additional help with fixing unhealthy parts of the system.