mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-13 10:12:18 -04:00
Add tor compose, fedora service fix
This commit is contained in:
parent
819fa55cdd
commit
a8cf12c2a6
3 changed files with 32 additions and 0 deletions
26
docker-compose.tor.yml
Normal file
26
docker-compose.tor.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
tor:
|
||||
container_name: tor
|
||||
image: goldy/tor-hidden-service:${THS_TAG}
|
||||
links:
|
||||
- monerod
|
||||
environment:
|
||||
MONEROD_TOR_SERVICE_HOSTS: "80:monerod:18089"
|
||||
volumes:
|
||||
- tor-keys:/var/lib/tor/hidden_service/
|
||||
# secrets:
|
||||
# - monerod
|
||||
|
||||
volumes:
|
||||
tor-keys:
|
||||
{}
|
||||
# driver: local
|
||||
|
||||
# secrets:
|
||||
# monerod:
|
||||
# file: ./private_key_monerod_v3
|
||||
networks:
|
||||
default:
|
||||
name: ${NETWORK:-xmrsh_default}
|
Loading…
Add table
Add a link
Reference in a new issue