From 06b59fc2d619dacfbfe8a4ee399125fa6dba5328 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 5 Jun 2026 16:29:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20compose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9f33815..cb3eb4e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,6 +14,7 @@ services: RMM_SESSION_SECRET: "${RMM_SESSION_SECRET:-dev-session-secret-change-me}" RMM_COOKIE_SECURE: "${RMM_COOKIE_SECURE:-false}" RMM_TUNNEL_HTTP_HOST: tunnel-ssh + RMM_TUNNEL_KEY_PATH: "${RMM_TUNNEL_KEY_PATH:-./secrets/router_tunnel_key.pub}" ports: - "${RMM_HTTP_BIND_IP:-0.0.0.0}:${RMM_HTTP_PORT:-18080}:8080" volumes: @@ -28,7 +29,7 @@ services: - "${RMM_TUNNEL_BIND_IP:-0.0.0.0}:22000-22099:22000-22099" volumes: - tunnel-data:/data - - ./secrets/router_tunnel_key.pub:/bootstrap/router_tunnel_key.pub:ro + - "${RMM_TUNNEL_KEY_PATH}:/bootstrap/router_tunnel_key.pub:ro" restart: unless-stopped volumes: