gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
567 stars 368 forks source link

fixing healthcheck for prod #267

Open sManWorks opened 2 years ago

sManWorks commented 2 years ago

255

Fixing docker prod health check that currently reports the container as unstable by changing HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8071/fpm-ping to HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8070/fpm-ping

sManWorks commented 2 years ago

@thilinah , @PattaFeuFeu I fixed a small bug here and I am planning on making some more changes on the Docker setup that you currently have set up, but I am not sure I understand what your contribution & review policy is.

Is there something else that you would need to approve this PR?