mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"name": "redash-dev-preview",
|
|
"type": "docker",
|
|
"env": {
|
|
"DATABASE_URL": "@redash-dev-postgres-url",
|
|
"REDIS_URL": "@redash-dev-redis-url",
|
|
"REDASH_WEB_WORKERS": "2"
|
|
}
|
|
}
|