tornado-relayer/docker-compose.yml

18 lines
355 B
YAML
Raw Normal View History

2019-10-28 18:39:38 +00:00
version: '2.2'
2019-07-18 14:45:33 +00:00
services:
relayer:
build: ./
restart: always
environment:
2019-07-18 21:50:38 +00:00
NODE_ENV: production
2019-10-28 18:39:38 +00:00
VIRTUAL_HOST: mainnet.tornado.cash
LETSENCRYPT_HOST: mainnet.tornado.cash
2019-07-18 21:51:28 +00:00
env_file: ./.env
2019-10-28 18:39:38 +00:00
healthcheck:
test: curl -sS http://127.0.0.1:8000 || exit 1
2019-07-18 21:51:28 +00:00
networks:
default:
external:
name: frontend_default