fix docker-compose.production.yml

This commit is contained in:
Hiroaki Yutani 2017-10-11 09:53:04 +09:00
parent f03c173c57
commit d2e519cc3b

View File

@ -31,8 +31,8 @@ services:
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
QUEUES: "queries,scheduled_queries,celery"
restart: always
WORKERS_COUNT: 2
restart: always
redis:
image: redis:3.0-alpine
restart: always