speed-up docker compose : rely on health check
Some things to clean healthchecks and docker-compose start :
- Remove not working nginx healthcheck
- Remove "celery" docker start as it is not needed (to reactivate if we need a scheduler some time)
- Remove some unneeded things at uwsgi startup
- Do not restart docker-compose after db init