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:
- postgres - postgres
- redis - redis
ports: ports:
- "10.2.3.1:5000:5000/tcp" # auth access - "${MISTBORN_DNS_BIND_IP}:5000:5000/tcp" # auth access
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.django-http.rule=Host(`home.mistborn`)" - "traefik.http.routers.django-http.rule=Host(`home.mistborn`)"
@ -91,7 +91,7 @@ services:
image: mistborn_production_portal image: mistborn_production_portal
container_name: mistborn_production_portal container_name: mistborn_production_portal
ports: ports:
- "10.2.3.1:5001:80" - "${MISTBORN_DNS_BIND_IP}:5001:80"
environment: environment:
- SERVER_REDIRECT=home.mistborn - SERVER_REDIRECT=home.mistborn
# optionally define path to redirect all requests # optionally define path to redirect all requests

Loading…
Cancel
Save