auto update

This commit is contained in:
poma 2020-06-05 07:30:34 +03:00
parent 29441a3238
commit 098edf0f4c
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
# 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:

View File

@ -2,8 +2,13 @@ version: '2'
services:
web:
build: .
image: tornadocash/ui
restart: always
watchtower:
image: v2tec/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 60
tor:
image: strm/tor
restart: always