sentry
This commit is contained in:
parent
17a6f6fea5
commit
5111ee26d5
@ -145,6 +145,50 @@ services:
|
|||||||
parallelism: 1
|
parallelism: 1
|
||||||
order: start-first
|
order: start-first
|
||||||
|
|
||||||
|
memcached:
|
||||||
|
image: memcached
|
||||||
|
ports:
|
||||||
|
- "11211:11211"
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 64M
|
||||||
|
mode: replicated
|
||||||
|
placement:
|
||||||
|
constraints: [node.role == manager]
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
update_config:
|
||||||
|
parallelism: 1
|
||||||
|
order: start-first
|
||||||
|
|
||||||
|
sentry:
|
||||||
|
image: sentry
|
||||||
|
volumes:
|
||||||
|
- /sprint-data/sentry:/var/lib/sentry/files
|
||||||
|
environment:
|
||||||
|
SENTRY_SECRET_KEY: $SENTRY_SECRET_KEY_DEV
|
||||||
|
SENTRY_POSTGRES_HOST: pg.develop.sprinthub.ru
|
||||||
|
SENTRY_POSTGRES_PORT: 5432
|
||||||
|
SENTRY_DB_NAME: sentry
|
||||||
|
SENTRY_DB_USER: postgres
|
||||||
|
SENTRY_DB_PASSWORD: $DB_PASSWORD_DEV
|
||||||
|
SENTRY_REDIS_HOST: redis.develop.sprinthub.ru
|
||||||
|
SENTRY_REDIS_PORT: 6379
|
||||||
|
SENTRY_REDIS_DB: sentry
|
||||||
|
SENTRY_FILESTORE_DIR: /var/lib/sentry/files
|
||||||
|
SENTRY_MEMCACHED_HOST: memcached.develop.sprinthub.ru
|
||||||
|
SENTRY_MEMCACHED_PORT: 11211
|
||||||
|
deploy:
|
||||||
|
mode: replicated
|
||||||
|
placement:
|
||||||
|
constraints: [node.role == manager]
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
update_config:
|
||||||
|
parallelism: 1
|
||||||
|
order: start-first
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
minio_data:
|
minio_data:
|
||||||
driver: local
|
driver: local
|
||||||
|
Loading…
Reference in New Issue
Block a user