Commit 1e135c69 authored by Jeffery's avatar Jeffery

Signed-off-by: Jeffery <shuochen.tw@ecom.com.tw>

parent 383638d9
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
# - "traefik.basic.frontend.rule=Host:portainer.jiantw83.com" # - "traefik.basic.frontend.rule=Host:portainer.jiantw83.com"
# - "traefik.basic.port=9000" # - "traefik.basic.port=9000"
# - "traefik.basic.protocol=http" # - "traefik.basic.protocol=http"
- "traefik.web.frontend.rule=Host:portainer.jiantw83.com" - "traefik.web.frontend.rule=Host:portainer.isrg.tw"
- "traefik.web.port=9000" - "traefik.web.port=9000"
- "traefik.web.protocol=http" - "traefik.web.protocol=http"
restart: always restart: always
......
...@@ -28,32 +28,46 @@ entryPoint = "http" ...@@ -28,32 +28,46 @@ entryPoint = "http"
[file] [file]
[frontends] [frontends]
[frontends.pve] [frontends.nas]
backend = "pve"
[frontends.pve.routes.gui]
rule = "Host:pve.jiantw83.com"
[frontends.nas]
backend = "nas" backend = "nas"
[frontends.nas.routes.dsm] [frontends.nas.routes.dsm]
rule = "Host:nas.jiantw83.com" rule = "Host:nas.isrg.tw"
[frontends.redmine]
backend = "redmine"
[frontends.redmine.routes.gui]
rule = "Host:redmine.jiantw83.com"
[frontends.gitlab] [frontends.gitlab]
backend = "gitlab" backend = "gitlab"
[frontends.gitlab.routes.gui] [frontends.gitlab.routes.gui]
rule = "Host:gitlab.jiantw83.com" rule = "Host:gitlab.isrg.tw"
[frontends.docker]
backend = "docker"
[frontends.docker.routes.repository]
rule = "Host:docker.isrg.tw"
[frontends.pve]
backend = "pve"
[frontends.pve.routes.gui]
rule = "Host:pve.isrg.tw"
[frontends.redmine_sa]
backend = "redmine_sa"
[frontends.redmine_sa.routes.gui]
rule = "Host:redmine.sa.isrg.tw"
[frontends.redmine_rd]
backend = "redmine_rd"
[frontends.redmine_rd.routes.gui]
rule = "Host:redmine.rd.isrg.tw"
[backends] [backends]
[backends.nas]
[backends.nas.servers.dsm]
url = "https://192.168.5.201:5001"
[backends.gitlab]
[backends.gitlab.servers.gui]
url = "http://192.168.5.201:30000"
[backends.docker]
[backends.docker.servers.repository]
url = "http://192.168.5.201:50000"
[backends.pve] [backends.pve]
[backends.pve.servers.gui] [backends.pve.servers.gui]
url = "https://192.168.5.203:8006" url = "https://192.168.5.203:8006"
[backends.nas] [backends.redmine_sa]
[backends.nas.servers.dsm] [backends.redmine_sa.servers.gui]
url = "http://192.168.5.201:5001" url = "http://60.249.6.104:30001"
[backends.redmine] [backends.redmine_rd]
[backends.redmine.servers.gui] [backends.redmine_rd.servers.gui]
url = "http://60.249.6.104:30003"
[backends.redmine]
[backends.gitlab.servers.gui]
url = "http://60.249.6.104:30003" url = "http://60.249.6.104:30003"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment