mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-06-24 22:50:29 -04:00
add healthWather to docker-compose
This commit is contained in:
parent
c9ecd0a9e8
commit
0f8d1cf010
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue