Skip to content

Commit

Permalink
Add maildev missing settings (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra authored and arikfr committed Jan 10, 2020
1 parent fe11b8c commit 350716c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
REDASH_RATELIMIT_ENABLED: "false"
REDASH_MAIL_DEFAULT_SENDER: redash@example.com
REDASH_MAIL_SERVER: email
scheduler:
build: .
command: dev_scheduler
Expand Down Expand Up @@ -46,6 +48,8 @@ services:
REDASH_LOG_LEVEL: "INFO"
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
REDASH_MAIL_DEFAULT_SENDER: redash@example.com
REDASH_MAIL_SERVER: email
celery-worker:
build: .
command: dev_celery_worker
Expand Down

0 comments on commit 350716c

Please sign in to comment.