From b7c13166d376100bc618365224f1c759ca6e2fa2 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 1 Nov 2025 01:51:19 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20Eliminar=20variables=20de=20entorno=20qu?= =?UTF-8?q?e=20sobrescrib=C3=ADan=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Mantener solo HOSTNAME, NODE_ENV y REVERSE_PROXY_TLS_PORT - Eliminar todas las variables de configuración (IFRAME, WEBRTC, MINIFY, etc) - Permite que config.json maneje toda la configuración sin interferencias - Necesario para que tlsPort: 443 funcione correctamente --- docker-compose.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6f6196f..b3be706 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,18 +12,8 @@ services: - /srv/meshcentral/config:/opt/meshcentral/meshcentral-config environment: - HOSTNAME=${APP_DOMAIN} + - NODE_ENV=production - REVERSE_PROXY_TLS_PORT= # Sobrescribir a vacío para desactivar modo reverse proxy - - IFRAME=false - - ALLOWLOGINTOKEN=true - - LOCALSESSIONRECORDING=false - - MINIFY=true - - WEBRTC=true - - CLICKONCE=false - - ALLOWHIGHQUALITYDESKTOP=true - - DESKTOPASPECTRATIOS=1.33,1.5,1.6,1.7,1.778,2.0 - - ALLOWFRAMING=false - - COOKIEENCODING=hex - - SESSIONRECORDINGCHUNKSIZE=1000000 ulimits: nofile: soft: 65536