Mentions légales du service

Skip to content

speed-up docker compose : rely on health check

CHESNIN Clement requested to merge feature-s/docker-compose-healthcheck into dev

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

Merge request reports