fix traefik file
Build & Deploy / Build & Push Docker Image (push) Failing after 11s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 10s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Carplace Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped

This commit is contained in:
root
2026-07-03 01:07:31 -04:00
parent b220807d70
commit 2a79ac8e63
3 changed files with 78 additions and 11 deletions
+18
View File
@@ -0,0 +1,18 @@
http:
routers:
mail-certificate:
rule: "Host(`mail.rentaldrivego.ma`)"
entryPoints:
- websecure
service: mail-certificate-placeholder
tls:
certResolver: letsencrypt
domains:
- main: "mail.rentaldrivego.ma"
services:
mail-certificate-placeholder:
loadBalancer:
servers:
# This router exists to request and renew the certificate.
# Mail protocols are not routed through this HTTP service.
- url: "http://127.0.0.1:65535"