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

View File

@@ -16,11 +16,8 @@ x-defaults: &defaults
- postgres
- memcached
- smtp
env_file: .env
environment:
# Run `docker-compose run web config generate-secret-key`
# to get the SENTRY_SECRET_KEY value.
SENTRY_SECRET_KEY: ''
SENTRY_MEMCACHED_HOST: memcached
SENTRY_REDIS_HOST: redis
SENTRY_POSTGRES_HOST: postgres
@@ -64,4 +61,6 @@ services:
volumes:
sentry-data:
external: true
sentry-postgres:
external: true