From 9935fc65c34537a239e5bd59292237e574616fa9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 13 Jun 2025 20:47:35 -0400 Subject: [PATCH] Env changes for Maxun. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 10c437f9..91b56bc1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ x-maxun: &maxun-env BACKEND_PORT: 8080 FRONTEND_PORT: 5173 BACKEND_URL: http://maxun-backend:8080 - PUBLIC_URL: https://scrape.trez.wtf + PUBLIC_URL: http://192.168.1.254:5173 VITE_BACKEND_URL: http://maxun-backend:8080 VITE_PUBLIC_URL: https://scrape.trez.wtf MAXUN_TELEMETRY: true