fix: Set traefik proto to https

wazuh dashboard is served over HTTPS
This commit is contained in:
2026-08-08 00:05:04 +02:00
parent 8bed0692eb
commit 790f8f5c47
+1
View File
@@ -104,6 +104,7 @@ services:
- traefik.http.routers.wazuh-dashboard.entrypoints=websecure
- traefik.http.routers.wazuh-dashboard.tls.certresolver=ovh
- traefik.http.services.wazuh-dashboard.loadbalancer.server.port=5601
- treafik.http.services.wazuh-dashboard.loadbalancer.server.scheme=https
networks:
- backend
- web