2
0

Improve setup (#123)

* declare sentry volumes external

* move SENTRY_SECRET_KEY to .env file (not in git repo)

* ignore docker-compose.override.yml to allow extending
This commit is contained in:
eritikass
2018-10-17 20:02:22 +03:00
committed by Matt Robenolt
parent ea47a6283f
commit e21d9a3972
4 changed files with 21 additions and 15 deletions

6
.gitignore vendored
View File

@ -65,5 +65,11 @@ target/
# pyenv
.python-version
# https://docs.docker.com/compose/extends/
docker-compose.override.yml
# env config
.env
*.tar
data/