WEEE-Open / WEEEhire-ng

Apply to the team, manage candidates and interviews
https://join.weeeopen.it
MIT License
4 stars 4 forks source link

Add compatibility with xdebug to Docker container #53

Open e-caste opened 4 years ago

e-caste commented 4 years ago

Find a way to enable debugging through the Docker container defined in the Dockerfile.
@lvps you may want to chime in on this one to give additional details

lvps commented 4 years ago

@e-caste Yes: install xdebug (it's a php extension) and enable it. It should be enough... If it can connect to a server outside the container (the machine running the container, acting as a server).

Also find a way to avoid installing it at all in production

lvps commented 3 years ago

The container has to be split (nginx + PHP) to install xdebug, do the same thing as tarallo