Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
439 B
17 lines
439 B
2 years ago
|
tor:
|
||
|
image: i_tor
|
||
|
container_name: tor
|
||
|
build:
|
||
|
context: ./tor
|
||
|
volumes:
|
||
|
- ${DATA_PATH}/tor/data:/var/lib/tor/
|
||
|
- ${DATA_PATH}/tor/torrc:/etc/tor/torrc
|
||
|
logging:
|
||
|
driver: "json-file"
|
||
|
options:
|
||
|
max-size: "10m"
|
||
|
max-file: "5"
|
||
|
networks:
|
||
|
tor_net:
|
||
|
coinswap_network: 172.16.238.200
|