* use docker compose instead of docker-compose the former is the newer version, latter is being deprecated * default to using latest version of grafana, not main main is "bleeding-edge" grafana, use the more stable "latest" tag * support requirements-enterprise.txt for both docker/non-docker setups * backend-bootstrap make command should install enterprise requirements if the file is there * only mount the sqlite db file in docker-compose if using sqlite as the DB |
||
|---|---|---|
| .. | ||
| 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 | ||