From 270fbd333591a95aaa0eda186ac4f9111225e7f3 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 21 Jun 2025 08:24:50 -0400 Subject: [PATCH] Maxun BACKEND_URL env change. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9e93e506..bb48f429 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://localhost:8080 - PUBLIC_URL: https://scrape.trez.wtf + PUBLIC_URL: http://localhost:5173 VITE_BACKEND_URL: http://localhost:8080 - VITE_PUBLIC_URL: https://scrape.trez.wtf + VITE_PUBLIC_URL: http://localhost:5173 MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0