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
|
||||
|
||||
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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user