Merge pull request #87 from ikisusi/startup-order

fix start-up order, depend worker on redis in docker-compose.yml
This commit is contained in:
Mano Marks 2017-11-29 11:30:43 -08:00 committed by GitHub
commit 86aa3afa7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ services:
worker: worker:
build: build:
context: ./worker context: ./worker
depends_on:
- "redis"
networks: networks:
- back-tier - back-tier