chore: add traefik dev rule for main nextcloud

This commit is contained in:
2025-12-06 02:34:19 +01:00
parent 70d60ed40a
commit 6d9427cf2a
+29
View File
@@ -0,0 +1,29 @@
http:
routers:
# Nextcloud prod
nextcloud:
rule: "Host(`nextcloud.forust.xyz`)"
entrypoints:
- websecure
service: nextcloud
middlewares:
- nextcloud-chain
tls: {}
# Nextcloud dev
nextcloud-dev:
rule: "Host(`nextcloud.gigaforust.internal`)"
entrypoints:
- websecure
- web
service: nextcloud
middlewares:
- nextcloud-chain
tls: {}
services:
# Nextcloud Main
nextcloud:
loadBalancer:
servers:
- url: "http://nextcloud-aio-apache:11000"