mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
web: wait until all wgcf proxy services is up
This commit is contained in:
parent
1c60835e8e
commit
7a7b882548
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- "PROXY_LIST=socks5://wgcf1:1080,socks5://wgcf2:1080"
|
||||
depends_on:
|
||||
- dante_1
|
||||
- dante_2
|
||||
# volumes:
|
||||
# - ./web:/app/web
|
||||
# - ./core/medium_parser/:/app/medium_parser
|
||||
|
|
|
|||
Loading…
Reference in a new issue