mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
11 lines
219 B
YAML
11 lines
219 B
YAML
version: '2'
|
|
|
|
services:
|
|
relayer:
|
|
build: ./
|
|
restart: always
|
|
environment:
|
|
NODE_ENV: production
|
|
VIRTUAL_HOST: relayer.tornado.cash
|
|
LETSENCRYPT_HOST: relayer.tornado.cash
|
|
env_file: ./.env |