fix start-up order, depend worker on redis in docker-compose.yml
This commit is contained in:
parent
a58579e442
commit
0f9eee5879
@ -27,6 +27,8 @@ services:
|
|||||||
worker:
|
worker:
|
||||||
build:
|
build:
|
||||||
context: ./worker
|
context: ./worker
|
||||||
|
depends_on:
|
||||||
|
- "redis"
|
||||||
networks:
|
networks:
|
||||||
- back-tier
|
- back-tier
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user