tornado-relayer/docker-compose.yml

18 lines
355 B
YAML
Raw Normal View History

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