From 9caa840969245cfb8bbfe34ac032f19d4d47b0f1 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 31 Jul 2021 20:19:09 -0400 Subject: [PATCH] bind ip --- base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.yml b/base.yml index 93ce3d3..aa52061 100644 --- a/base.yml +++ b/base.yml @@ -13,7 +13,7 @@ services: - postgres - redis ports: - - "10.2.3.1:5000:5000/tcp" # auth access + - "${MISTBORN_DNS_BIND_IP}:5000:5000/tcp" # auth access labels: - "traefik.enable=true" - "traefik.http.routers.django-http.rule=Host(`home.mistborn`)" @@ -91,7 +91,7 @@ services: image: mistborn_production_portal container_name: mistborn_production_portal ports: - - "10.2.3.1:5001:80" + - "${MISTBORN_DNS_BIND_IP}:5001:80" environment: - SERVER_REDIRECT=home.mistborn # optionally define path to redirect all requests