docker-compose network
This commit is contained in:
parent
1445f3f29c
commit
8977fb5f3e
@ -8,4 +8,9 @@ services:
|
|||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
VIRTUAL_HOST: relayer.tornado.cash
|
VIRTUAL_HOST: relayer.tornado.cash
|
||||||
LETSENCRYPT_HOST: relayer.tornado.cash
|
LETSENCRYPT_HOST: relayer.tornado.cash
|
||||||
env_file: ./.env
|
env_file: ./.env
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external:
|
||||||
|
name: frontend_default
|
Loading…
Reference in New Issue
Block a user