mirror of
https://github.com/TeamPiped/RYD-Proxy.git
synced 2024-08-14 23:55:54 +00:00
15 lines
332 B
YAML
15 lines
332 B
YAML
services:
|
|
tor-proxy:
|
|
image: 1337kavin/alpine-tor:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
- tors=15
|
|
ryd-proxy:
|
|
image: 1337kavin/ryd-proxy:latest
|
|
restart: unless-stopped
|
|
depends_on:
|
|
- tor-proxy
|
|
environment:
|
|
- PROXY=socks5://tor-proxy:5566
|
|
ports:
|
|
- "127.0.0.1:3000:3000"
|