fix start-up order, depend worker on redis in docker-compose.yml

This commit is contained in:
Marko Laakso 2017-10-01 14:36:10 +03:00
parent a58579e442
commit 0f9eee5879

View File

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