Skip to content

Commit

Permalink
Postgres and Redis urls should call out to their own container
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Mar 8, 2016
1 parent feadf88 commit 30066f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ redash:
environment:
REDASH_STATIC_ASSETS_PATH: "../rd_ui/app/"
REDASH_LOG_LEVEL: "INFO"
REDASH_REDIS_URL: redis://localhost:6379/0
REDASH_DATABASE_URL: "postgresql://redash"
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
REDASH_COOKIE_SECRET: veryverysecret
REDASH_GOOGLE_APPS_DOMAIN:
redis:
Expand Down

0 comments on commit 30066f6

Please sign in to comment.