Move dashboard to vpn
This commit is contained in:
parent
64cbb2ecd5
commit
4fbf18130e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue