Use cleaner environment syntax
This commit is contained in:
parent
113ded789c
commit
14c75ae2d1
@ -8,10 +8,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# Run `docker-compose run web config generate-secret-key`
|
# Run `docker-compose run web config generate-secret-key`
|
||||||
# to get the SENTRY_SECRE_KEY value.
|
# to get the SENTRY_SECRE_KEY value.
|
||||||
# - SENTRY_SECRET_KEY=
|
# SENTRY_SECRET_KEY: ''
|
||||||
- SENTRY_MEMCACHED_HOST=memcached
|
SENTRY_MEMCACHED_HOST: memcached
|
||||||
- SENTRY_REDIS_HOST=redis
|
SENTRY_REDIS_HOST: redis
|
||||||
- SENTRY_POSTGRES_HOST=postgres
|
SENTRY_POSTGRES_HOST: postgres
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/lib/sentry/files
|
- ./data:/var/lib/sentry/files
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user