diff --git a/gitea-docker-compose.yaml b/gitea-docker-compose.yaml index 63f2601..4efcb3b 100644 --- a/gitea-docker-compose.yaml +++ b/gitea-docker-compose.yaml @@ -13,6 +13,7 @@ services: restart: always networks: - gitea + - traefik-proxy volumes: - ./gitea:/data - /etc/timezone:/etc/timezone:ro @@ -21,7 +22,7 @@ services: - traefik.enable=true - traefik.docker.network=traefik-proxy ports: - # - "3000:3000" + # - "3200:3000" - "222:22" depends_on: - db diff --git a/traefik/dynamic/services.yml b/traefik/dynamic/services.yml index c9b190f..2473cba 100644 --- a/traefik/dynamic/services.yml +++ b/traefik/dynamic/services.yml @@ -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