mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-07-31 06:46:39 -04:00
8 lines
256 B
Bash
8 lines
256 B
Bash
# Profile: proxy-socks (config cluster: SOCKS5 proxy)
|
|
# All app egress routes through a SOCKS5 proxy (microsocks).
|
|
COMPOSE_PROFILES=proxy-socks
|
|
SM_AA_URL=http://mock-aa
|
|
SM_PROXY_MODE=socks5
|
|
SM_SOCKS5_PROXY=socks5://microsocks:1080
|
|
E2E_PROFILE=proxy-socks
|