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 - redirect-to-https
service: noop@internal service: noop@internal
mongo-express-http:
rule: "Host(`mongo.aetoskia.com`)"
entryPoints:
- web
middlewares:
- redirect-to-https
service: noop@internal
# ---------------------- # ----------------------
# HTTPS routers # HTTPS routers
# ---------------------- # ----------------------
@@ -385,6 +393,14 @@ http:
tls: tls:
certResolver: aetoskia certResolver: aetoskia
mongo-express:
rule: "Host(`mongo.aetoskia.com`)"
entryPoints:
- websecure
service: mongo-express-svc
tls:
certResolver: aetoskia
services: services:
# ---------------------- # ----------------------
# HTTP Services # HTTP Services
@@ -483,3 +499,8 @@ http:
loadBalancer: loadBalancer:
servers: servers:
- url: "http://private-pi:7002" - url: "http://private-pi:7002"
mongo-express-svc:
loadBalancer:
servers:
- url: "http://private-pi:8001"