docker-compose network

This commit is contained in:
poma 2019-07-19 00:51:28 +03:00
parent 1445f3f29c
commit 8977fb5f3e
1 changed files with 6 additions and 1 deletions

View File

@ -8,4 +8,9 @@ services:
NODE_ENV: production
VIRTUAL_HOST: relayer.tornado.cash
LETSENCRYPT_HOST: relayer.tornado.cash
env_file: ./.env
env_file: ./.env
networks:
default:
external:
name: frontend_default