mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
fix docker-compose.production.yml
This commit is contained in:
parent
f03c173c57
commit
d2e519cc3b
@ -31,8 +31,8 @@ services:
|
|||||||
REDASH_REDIS_URL: "redis://redis:6379/0"
|
REDASH_REDIS_URL: "redis://redis:6379/0"
|
||||||
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
|
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
|
||||||
QUEUES: "queries,scheduled_queries,celery"
|
QUEUES: "queries,scheduled_queries,celery"
|
||||||
restart: always
|
|
||||||
WORKERS_COUNT: 2
|
WORKERS_COUNT: 2
|
||||||
|
restart: always
|
||||||
redis:
|
redis:
|
||||||
image: redis:3.0-alpine
|
image: redis:3.0-alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user