2593b54402
removed insecureTransport
39 lines
791 B
YAML
39 lines
791 B
YAML
http:
|
|
routers:
|
|
# Nextcloud prod
|
|
nextcloud:
|
|
rule: "Host(`nextcloud.forust.xyz`)"
|
|
entrypoints:
|
|
- websecure
|
|
service: nextcloud
|
|
middlewares:
|
|
- nextcloud-chain
|
|
tls: {}
|
|
|
|
# Nextcloud dev
|
|
nextcloud-local:
|
|
rule: "Host(`nextcloud.workstation.internal`)"
|
|
entrypoints:
|
|
- websecure
|
|
service: nextcloud
|
|
middlewares:
|
|
- nextcloud-chain
|
|
tls: {}
|
|
|
|
# Nextcloud dev
|
|
nextcloud-dev:
|
|
rule: "Host(`nextcloud.gigaforust.internal`)"
|
|
entrypoints:
|
|
- websecure
|
|
service: nextcloud
|
|
middlewares:
|
|
- nextcloud-chain
|
|
tls: {}
|
|
|
|
services:
|
|
# Nextcloud Main
|
|
nextcloud:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://nextcloud-aio-apache:11000"
|