build
All checks were successful
Build & Deploy / deploy (push) Successful in 42s

This commit is contained in:
2026-01-16 13:44:37 +01:00
parent 6f7b0dc9a9
commit e9f19220b2

View File

@@ -7,7 +7,7 @@ services:
- "3000"
labels:
- "traefik.enable=true"
- "traefik.http.routers.mb-grid-solutions.rule=Host(`mb-grid-solutions.com`, `www.mb-grid-solutions.com`)"
- "traefik.http.routers.mb-grid-solutions.rule=Host(`mb-grid-solutions.com`) || Host(`www.mb-grid-solutions.com`)"
- "traefik.http.routers.mb-grid-solutions.entrypoints=websecure"
- "traefik.http.routers.mb-grid-solutions.tls.certresolver=le"
- "traefik.http.services.mb-grid-solutions.loadbalancer.server.port=3000"