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
+6 -6
View File
@@ -9,10 +9,10 @@ services:
volumes:
- ./forust_files:/usr/share/nginx/html
networks:
- traefik-proxy
- proxy
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
- "traefik.docker.network=proxy"
# Services
- "traefik.http.services.forust-homepage.loadbalancer.server.port=80"
@@ -48,11 +48,11 @@ services:
volumes:
- ./xdfnx_files:/usr/share/nginx/html
networks:
- traefik-proxy
- proxy
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
- "traefik.docker.network=proxy"
# Services
- "traefik.http.services.xdfnx-homepage.loadbalancer.server.port=80"
@@ -78,5 +78,5 @@ services:
- "traefik.http.routers.xdfnx-dev.tls=true"
networks:
traefik-proxy:
proxy:
external: true
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB