mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01:00
add healthWather to docker-compose
This commit is contained in:
parent
c9ecd0a9e8
commit
0f8d1cf010
@ -29,6 +29,15 @@ services:
|
|||||||
REDIS_URL: redis://redis/0
|
REDIS_URL: redis://redis/0
|
||||||
depends_on: [redis]
|
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:
|
worker1:
|
||||||
image: tornadocash/relayer:mining
|
image: tornadocash/relayer:mining
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "relay",
|
"name": "relay",
|
||||||
"version": "4.0.3",
|
"version": "4.0.4",
|
||||||
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"server": "node src/server.js",
|
"server": "node src/server.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user