First Upload
This commit is contained in:
30
docker-compose.yml
Normal file
30
docker-compose.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
tor-relay:
|
||||
container_name: docker-tor-relay
|
||||
environment:
|
||||
- RELAY_TYPE=relay
|
||||
- TOR_Address=64.223.149.100
|
||||
- TOR_ContactInfo=paulmataruso@dhitechnical.com
|
||||
- TOR_Nickname=dhitechnical
|
||||
- TOR_RelayBandwidthRate=1000 MBytes
|
||||
- TOR_RelayBandwidthBurst=1000 MBytes
|
||||
- TZ=America/New York
|
||||
# - PUID=1001
|
||||
# - PGID=1001
|
||||
volumes:
|
||||
- './docker-persist/tor/data:/data'
|
||||
- './docker-persist/config:/config'
|
||||
ports:
|
||||
- '9001:9001'
|
||||
- '9030:9030'
|
||||
restart: always
|
||||
image: ilshidur/tor-relay:latest
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "8"
|
||||
memory: '8096M'
|
||||
reservations:
|
||||
cpus: "4"
|
||||
memory: '4096M'
|
Reference in New Issue
Block a user