* support enterprise development in docker * fix flaky mysql healthcheck command I was getting the mysql_to_create_grafana_db and oncall_db_migration prematurely starting up this commit changes the healthcheck used here to be the same as what is used in docker-compose-mysql-rabbitmq.yml * upgrade docker-compose config files to 3.9 3.8 does not actually support the "long form" version of depends_on see here for more info https://stackoverflow.com/a/54249757 https://docs.docker.com/compose/compose-file/compose-file-v3/#depends_on * add make init command and update documentation * cleanup gitignore files |
||
|---|---|---|
| .. | ||
| apps | ||
| common | ||
| config_integrations | ||
| engine | ||
| settings | ||
| static/images | ||
| .dockerignore | ||
| .gitignore | ||
| celery_with_exporter.sh | ||
| conftest.py | ||
| Dockerfile | ||
| manage.py | ||
| pyproject.toml | ||
| requirements.txt | ||
| tox.ini | ||
| uwsgi.ini | ||
| wait_for_test_mysql_start.sh | ||