chore: add traefik dev rule for main nextcloud
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user