diff options
author | thekettu <samantha.chalker@nccgroup.trust> | 2018-04-08 18:30:49 -0700 |
---|---|---|
committer | thekettu <samantha.chalker@nccgroup.trust> | 2018-04-08 18:30:49 -0700 |
commit | d52c04d08224602b40b7ff8419b4b559e5f6e49d (patch) | |
tree | eb1f3a1cbca139b75f1e4b681c2fa825e7ac496c /in-a-box | |
parent | f5e9ab45b12ba52316f739a79648ef6b1cfd121e (diff) |
need to contact other containers somehow
Diffstat (limited to 'in-a-box')
-rw-r--r-- | in-a-box/docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |