Skip to content

Commit

Permalink
Add REDASH_HOST to the docker compose file (#7157)
Browse files Browse the repository at this point in the history
This ensures emails generated in the development environment have the port number included in their urls.
  • Loading branch information
justinclift authored Sep 12, 2024
1 parent 75e1ce4 commit fb1a056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ x-redash-service: &redash-service
env_file:
- .env
x-redash-environment: &redash-environment
REDASH_HOST: http://localhost:5001
REDASH_LOG_LEVEL: "INFO"
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
Expand Down

0 comments on commit fb1a056

Please sign in to comment.