mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-06-25 15:10:31 -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
|
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…
Add table
Add a link
Reference in a new issue