Add depends_on for service.

This commit is contained in:
Kavin 2022-11-23 07:30:12 +00:00
parent c8d7d82160
commit 29980d0f60
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ services:
environment:
- REDIS_URL=redis://redis:6379
- PROXY=socks5://tor-proxy:5566
depends_on:
- redis
- tor-proxy
volumes:
redis_data: null