ð§ Hardened Tor Bridge, Relay & Exit Relay with diagnostics & auto-healing
10K+
Hardened âĒ Lightweight âĒ Production-Ready
docker run -d \
--name tor-relay \
--restart unless-stopped \
--network host \
--security-opt no-new-privileges:true \
-v $(pwd)/relay.conf:/etc/tor/torrc:ro \
-v tor-guard-data:/var/lib/tor \
-v tor-guard-logs:/var/log/tor \
r3bo0tbx1/onion-relay:latest
ð Need a config file? â Download sample torrc filesâ
| Feature | Description |
|---|---|
| ðŠķ Ultra-Lightweight | Only ~16.8 MB image size |
| ð Security Hardened | Non-root user + Alpine Linux base |
| ðïļ Multi-Architecture | Native support for AMD64 & ARM64 |
| ð Built-in Monitoring | 5 diagnostic tools + JSON health API |
| ð Auto-Updated | Weekly security rebuilds |
| ðŊ Production-Ready | Battle-tested configuration |
version: '3.8'
services:
tor-relay:
image: r3bo0tbx1/onion-relay:latest
container_name: tor-relay
restart: unless-stopped
network_mode: host
environment:
TOR_RELAY_MODE: guard
TOR_NICKNAME: MyRelay
TOR_CONTACT_INFO: "email:tor[]example.com ciissversion:3"
TOR_ORPORT: 9001
TOR_BANDWIDTH_RATE: 50 MBytes
TOR_BANDWIDTH_BURST: 100 MBytes
volumes:
- tor-data:/var/lib/tor
volumes:
tor-data:
If you find this Docker image useful, please ðâĻ star ðâĻ the repository!
Contributions and feedback are always welcome âĪïļ
Content type
Image
Digest
sha256:47e0a5891âĶ
Size
20.8 MB
Last updated
1 day ago
docker pull r3bo0tbx1/onion-relay:edge