Merge branch 'main' of ssh://gitssh.forust.xyz:2221/forust/homelab into feat/tailscale

This commit is contained in:
2026-01-01 01:45:57 +01:00
20 changed files with 175 additions and 96 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ services:
# - "3001:3001"
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
- "traefik.docker.network=proxy"
# Prod Router
- "traefik.http.routers.uptime-kuma.rule=Host(`uptime.forust.xyz`)"
@@ -28,7 +28,7 @@ services:
- "traefik.http.routers.uptime-kuma-dev.entrypoints=websecure"
- "traefik.http.routers.uptime-kuma-dev.tls=true"
networks:
- traefik-proxy
- proxy
networks:
traefik-proxy:
proxy:
external: true