mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-12-12 21:30:37 +05:30
Add depends_on for service.
This commit is contained in:
parent
c8d7d82160
commit
29980d0f60
@ -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 New Issue
Block a user