Move dashboard to vpn

This commit is contained in:
madmaurice 2017-09-23 14:57:44 +02:00 committed by Hive
parent 64cbb2ecd5
commit 4fbf18130e

View file

@ -7,6 +7,7 @@ services:
ports:
- "80:80"
- "443:443"
- "10.0.0.1:8080:8080"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "./cert/:/cert/"
@ -15,7 +16,6 @@ services:
- "traefik.enable=false" # set to true to expose the Monitoring & API
- "traefik.backend=proxy"
- "traefik.port=8080"
- "traefik.frontend.rule=Host: api.zom.bi"
networks:
- "web"