mongo express

This commit is contained in:
2025-11-03 00:06:30 +05:30
parent c4758de6d6
commit 86403951c0

View File

@@ -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"