mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
18 lines
356 B
YAML
18 lines
356 B
YAML
version: '2.2'
|
|
|
|
services:
|
|
relayer:
|
|
build: ../../
|
|
restart: always
|
|
environment:
|
|
NODE_ENV: production
|
|
VIRTUAL_HOST: kovan.tornado.cash
|
|
LETSENCRYPT_HOST: kovan.tornado.cash
|
|
env_file: ./.env
|
|
healthcheck:
|
|
test: curl -sS http://127.0.0.1:8000 || exit 1
|
|
|
|
networks:
|
|
default:
|
|
external:
|
|
name: frontend_default |