1 git clone https://github.com/tornadocashdev/ui-minified.git
2 cd ui-minified
1 python -m SimpleHTTPServer 8080
1 version: '2'
2 services:
3 tornado_ui:
4 image: tornadocashdev/ui
5 restart: always
6 container_name: tornado_ui
7 watchtower:
8 image: v2tec/watchtower
9 restart: always
10 volumes:
11 - /var/run/docker.sock:/var/run/docker.sock
12 command: --interval 60 tornado_ui
13 tor:
14 image: strm/tor
15 restart: always
16 depends_on: [ tornado_ui ]
17 environment:
18 LISTEN_PORT: 80
19 REDIRECT: tornado_ui:80
20 # Generate a new key with
21 # docker run --rm --entrypoint shallot strm/tor-hiddenservice-nginx ^torn
22 PRIVATE_KEY: |
23 -----BEGIN RSA PRIVATE KEY-----
24 ...
25 -----END RSA PRIVATE KEY-----