Add REDASH_HOST to the docker compose file (#7157)

This ensures emails generated in the development environment have the port number included in their urls.
This commit is contained in:
Justin Clift
2024-09-12 20:06:52 +10:00
committed by GitHub
parent 75e1ce4c9c
commit fb1a056561

View File

@@ -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"