mirror of
https://github.com/TeamPiped/RYD-Proxy.git
synced 2024-12-13 22:00:39 +05:30
14 lines
277 B
YAML
14 lines
277 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
|
||
|
ports:
|
||
|
- "127.0.0.1:3000:3000"
|