Fix: Eliminar variables REVERSE_PROXY del environment
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s

- Remover REVERSE_PROXY y REVERSE_PROXY_TLS_PORT que sobrescribían config.json
- MeshCentral ahora usará tlsPort: 443 definido en config.json
- Esto permite que el TCP passthrough funcione correctamente
This commit is contained in:
2025-11-01 01:35:16 -06:00
parent 0a79fc7884
commit 850830a766

View File

@@ -12,8 +12,7 @@ services:
- /srv/meshcentral/config:/opt/meshcentral/meshcentral-config
environment:
- HOSTNAME=${APP_DOMAIN}
- REVERSE_PROXY=traefik
- REVERSE_PROXY_TLS_PORT=443
# REVERSE_PROXY removido - usamos config.json para configuración de puertos
- IFRAME=false
- ALLOWLOGINTOKEN=true
- LOCALSESSIONRECORDING=false