From 849ccddcb1a2c9e93cc1dac9ec19779b3bd00049 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 15 Jun 2025 09:17:57 -0400 Subject: [PATCH] Maxun tweaks. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 027c547f..a5a62c1d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,9 +34,9 @@ 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://maxun-frontend:5173 VITE_BACKEND_URL: http://maxun-backend:8080 - VITE_PUBLIC_URL: http://192.168.1.254:5173 + VITE_PUBLIC_URL: http://maxun-frontend:5173 MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0