Browse Source

bind ip

merge-requests/91/head
Steven Foerster 4 years ago
parent
commit
9caa840969
  1. 4
      base.yml

4
base.yml

@ -13,7 +13,7 @@ services: @@ -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: @@ -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

Loading…
Cancel
Save