fixed gitea network issue
This commit is contained in:
@@ -2,7 +2,7 @@ http:
|
||||
routers:
|
||||
# Traefik Dashboard
|
||||
traefik-dashboard:
|
||||
rule: "Host(`traefik.gigaforust`)"
|
||||
rule: "Host(`traefik.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: api@internal
|
||||
@@ -10,7 +10,7 @@ http:
|
||||
|
||||
# Portainer
|
||||
portainer:
|
||||
rule: "Host(`portainer.gigaforust`)"
|
||||
rule: "Host(`portainer.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: portainer
|
||||
@@ -18,7 +18,7 @@ http:
|
||||
|
||||
# AdGuard Home
|
||||
adguard-redirect:
|
||||
rule: "Host(`adguard.gigaforust`)"
|
||||
rule: "Host(`adguard.workstation`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
@@ -26,7 +26,7 @@ http:
|
||||
service: adguard
|
||||
|
||||
adguard-secure:
|
||||
rule: "Host(`adguard.gigaforust`)"
|
||||
rule: "Host(`adguard.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: adguard
|
||||
@@ -34,7 +34,7 @@ http:
|
||||
|
||||
# Nextcloud AIO Interface
|
||||
nextcloud-aio:
|
||||
rule: "Host(`nextcloud-aio.gigaforust`)"
|
||||
rule: "Host(`nextcloud-aio.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: nextcloud-aio
|
||||
@@ -42,7 +42,7 @@ http:
|
||||
|
||||
# Nextcloud Main
|
||||
nextcloud:
|
||||
rule: "Host(`nextcloud.gigaforust`)"
|
||||
rule: "Host(`nextcloud.workstation`)"
|
||||
entrypoints:
|
||||
- websecure
|
||||
service: nextcloud
|
||||
@@ -52,7 +52,7 @@ http:
|
||||
|
||||
# Dockmon
|
||||
dockmon:
|
||||
rule: "Host(`dockmon.gigaforust`)"
|
||||
rule: "Host(`dockmon.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: dockmon
|
||||
@@ -60,7 +60,7 @@ http:
|
||||
|
||||
# Glance
|
||||
glance:
|
||||
rule: "Host(`glance.gigaforust`)"
|
||||
rule: "Host(`glance.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: glance
|
||||
@@ -68,7 +68,7 @@ http:
|
||||
|
||||
# Watercrawl (edu_master)
|
||||
watercrawl:
|
||||
rule: "Host(`watercrawl.gigaforust`)"
|
||||
rule: "Host(`watercrawl.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: watercrawl
|
||||
@@ -76,7 +76,7 @@ http:
|
||||
|
||||
# N8N
|
||||
n8n:
|
||||
rule: "Host(`n8n.gigaforust`)"
|
||||
rule: "Host(`n8n.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: n8n
|
||||
@@ -84,7 +84,7 @@ http:
|
||||
|
||||
# Gitea Redirect
|
||||
gitea-redirect:
|
||||
rule: "Host(`gitea.gigaforust`)"
|
||||
rule: "Host(`gitea.workstation`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
@@ -93,7 +93,7 @@ http:
|
||||
|
||||
# Gitea
|
||||
gitea:
|
||||
rule: "Host(`gitea.gigaforust`)"
|
||||
rule: "Host(`gitea.workstation`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: gitea
|
||||
@@ -152,7 +152,7 @@ http:
|
||||
gitea:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://server:3000"
|
||||
- url: "http://gitea:3000"
|
||||
|
||||
middlewares:
|
||||
# HTTPS Redirect
|
||||
|
||||
Reference in New Issue
Block a user