Add Nova relayer server to docker-compose bundle

This commit is contained in:
Theo 2023-10-07 07:02:07 -07:00
parent c338f27819
commit 91ccc7c2ad

@ -450,6 +450,19 @@ services:
depends_on: [redis, goerli-server]
# -------------------------------------------------- #
# ---------------------- Tornado Nova (Gnosis Chain) ----------------------- #
server:
image: tornadocash/relayer:nova
profiles: ["nova"]
restart: always
command: start:prod
env_file: .env.nova
environment:
REDIS_URL: redis://redis/8
nginx_proxy_read_timeout: 600
depends_on: [redis]
volumes:
conf:
vhost: