mongo express
This commit is contained in:
@@ -208,6 +208,14 @@ http:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
mongo-express-http:
|
||||
rule: "Host(`mongo.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
# ----------------------
|
||||
# HTTPS routers
|
||||
# ----------------------
|
||||
@@ -385,6 +393,14 @@ http:
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
mongo-express:
|
||||
rule: "Host(`mongo.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: mongo-express-svc
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
services:
|
||||
# ----------------------
|
||||
# HTTP Services
|
||||
@@ -483,3 +499,8 @@ http:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://private-pi:7002"
|
||||
|
||||
mongo-express-svc:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://private-pi:8001"
|
||||
|
||||
Reference in New Issue
Block a user