From d52c04d08224602b40b7ff8419b4b559e5f6e49d Mon Sep 17 00:00:00 2001 From: thekettu Date: Sun, 8 Apr 2018 18:30:49 -0700 Subject: need to contact other containers somehow --- in-a-box/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'in-a-box') diff --git a/in-a-box/docker-compose.yml b/in-a-box/docker-compose.yml index fee98b1..b97b553 100644 --- a/in-a-box/docker-compose.yml +++ b/in-a-box/docker-compose.yml @@ -18,6 +18,8 @@ services: - NGINX_HOST=example.com networks: - external_network + - mstweb_network + - mststreaming_network command: sh -c "envsubst \"`env | awk -F = '{printf \" $$%s, $$1}'`\" < /tmp/template.conf > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'" db: -- cgit