mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge pull request #912 from jkatsnelson/patch-2
redash static assets path should be pointed at dist, not app
This commit is contained in:
@@ -6,7 +6,7 @@ redash:
|
||||
- redis
|
||||
- postgres
|
||||
environment:
|
||||
REDASH_STATIC_ASSETS_PATH: "../rd_ui/app/"
|
||||
REDASH_STATIC_ASSETS_PATH: "../rd_ui/dist/"
|
||||
REDASH_LOG_LEVEL: "INFO"
|
||||
REDASH_REDIS_URL: "redis://redis:6379/0"
|
||||
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
|
||||
|
||||
Reference in New Issue
Block a user