UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Service healthchecks #137

Open MNThomson opened 3 weeks ago

MNThomson commented 3 weeks ago

Feature Description

Add a .well-known/health endpoint to each service that responds with 200 which docker will periodically scan

Problem You're Trying to Solve

If a containers web server is failing but hasn't explicitly crashed, the container orchestrator (in this case Docker Compose) won't know to restart it