serversideup / spin

🚀 Replicate your production environment locally using Docker. Just run "spin up". It's really that easy.
https://serversideup.net/open-source/spin/
GNU General Public License v3.0
1.21k stars 43 forks source link

Change healthcheck url from /ping to /healthcheck #86

Closed sanneterpstra closed 2 months ago

sanneterpstra commented 3 months ago

The healthcheck url was changed recently in the serversideup/docker-php project from /ping to /healthcheck. This caused Traefik to fail the healthcheck resulting in the service being unavailable.

This pull request fixes this in the docker-compose.prod.yml file.

jaydrogers commented 2 months ago

Thanks for submitting this PR! I'm sorry I didn't get back to this sooner.

I was working on a major update in the background quietly because I wasn't sure what I was working on was possible or not.

Long story short, the new Spin 2.0 structure solves this issue.

I appreciate your efforts and will gladly accept any other improvements you see fit 👍