feat: renforcer inventaire et configuration dashboard

This commit is contained in:
Manus Deploy
2026-07-24 15:26:51 +02:00
parent 6bfad4df8a
commit 9b795612e4
9 changed files with 100 additions and 54 deletions

View File

@@ -29,7 +29,7 @@ services:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.manus-dashboard.rule=Host(`dashboard.recette.santinova-soft.org`)"
- "traefik.http.routers.manus-dashboard.rule=Host(`dashboard.recette.santinova-soft.org`) || Host(`dashboard.santinova-soft.org`)"
- "traefik.http.routers.manus-dashboard.entrypoints=websecure"
- "traefik.http.routers.manus-dashboard.tls=true"
- "traefik.http.routers.manus-dashboard.tls.certresolver=letsencrypt"