mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-21 17:27:13 +01:00
auto update
This commit is contained in:
parent
29441a3238
commit
098edf0f4c
@ -1,4 +0,0 @@
|
|||||||
FROM nginx:alpine
|
|
||||||
RUN apk add git
|
|
||||||
RUN rm -rf /usr/share/nginx/html
|
|
||||||
RUN git clone https://github.com/tornadocash/ui-minified /usr/share/nginx/html
|
|
@ -1,6 +1,6 @@
|
|||||||
# Tornado onion service
|
# Tornado onion service
|
||||||
|
|
||||||
This repo can be used to run tornado.cash as an onion service.
|
This repo can be used to run tornado.cash as an onion service. It will auto update the UI when the new version is released.
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
|
@ -2,8 +2,13 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
image: tornadocash/ui
|
||||||
restart: always
|
restart: always
|
||||||
|
watchtower:
|
||||||
|
image: v2tec/watchtower
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
command: --interval 60
|
||||||
tor:
|
tor:
|
||||||
image: strm/tor
|
image: strm/tor
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user