add healthWather to docker-compose

This commit is contained in:
Alexey 2021-02-10 00:30:15 +03:00
parent c9ecd0a9e8
commit 0f8d1cf010
2 changed files with 10 additions and 1 deletions

View File

@ -29,6 +29,15 @@ services:
REDIS_URL: redis://redis/0
depends_on: [redis]
healthWatcher:
image: tornadocash/relayer:mining
restart: always
command: healthWatcher
env_file: .env
environment:
REDIS_URL: redis://redis/0
depends_on: [redis]
worker1:
image: tornadocash/relayer:mining
restart: always

View File

@ -1,6 +1,6 @@
{
"name": "relay",
"version": "4.0.3",
"version": "4.0.4",
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
"scripts": {
"server": "node src/server.js",