mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Add depends_on for service.
This commit is contained in:
parent
c8d7d82160
commit
29980d0f60
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- REDIS_URL=redis://redis:6379
|
- REDIS_URL=redis://redis:6379
|
||||||
- PROXY=socks5://tor-proxy:5566
|
- PROXY=socks5://tor-proxy:5566
|
||||||
|
depends_on:
|
||||||
|
- redis
|
||||||
|
- tor-proxy
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
redis_data: null
|
redis_data: null
|
Loading…
Reference in a new issue