Sentry integration

This commit is contained in:
2022-11-15 12:45:50 +03:00
parent 17255b2e56
commit 6dbff3c3f0
3 changed files with 35 additions and 21 deletions

View File

@ -60,27 +60,27 @@ services:
- "traefik.http.routers.later42-opt.tls.certresolver=myresolver"
- "extdns.cf.later42.hostname=later42.com"
# later42_tasks:
# build: .
# container_name: later42_tasks
# image: dntskdev/later42:master
# restart: always
# command: celery -A later42 worker --loglevel=info
# environment:
# SECRET: "ahth3chaquodahh6que8thie1EThe5Iephich8eikei2Uojaemae6gee0kaet4aush2aoqu0ruL9oGhaiR9luu7cohreH6lebo0v"
# DB_TYPE: postgres
# DB_HOST: later42db
# DB_NAME: later42
# DB_USER: later42
# DB_PASS: later42
# DOMAIN: later42.com
# READABILITY_HOST: http://ureadability:8080/
# REDIS_URL: redis://redis:6379
# logging:
# driver: json-file
# options:
# max-size: "10m"
# max-file: "5"
later42_tasks:
build: .
container_name: later42_tasks
image: dntskdev/later42:master
restart: always
command: celery -A later42 worker --loglevel=info
environment:
SECRET: "ahth3chaquodahh6que8thie1EThe5Iephich8eikei2Uojaemae6gee0kaet4aush2aoqu0ruL9oGhaiR9luu7cohreH6lebo0v"
DB_TYPE: postgres
DB_HOST: later42db
DB_NAME: later42
DB_USER: later42
DB_PASS: later42
DOMAIN: later42.com
READABILITY_HOST: http://ureadability:8080/
REDIS_URL: redis://redis:6379
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"
later42db:
container_name: later42db