From c0f154f3d9b305335abed57a0a43833f192e375b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 15 Jun 2025 18:38:01 -0400 Subject: [PATCH] Adjusting Maxun backend env vars. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 06a1b1a7..60f0a254 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,9 +33,9 @@ x-maxun: &maxun-env REDIS_PORT: 6379 BACKEND_PORT: 8080 FRONTEND_PORT: 5173 - BACKEND_URL: https://scrape.trez.wtf/api + BACKEND_URL: http://localhost:8080 PUBLIC_URL: https://scrape.trez.wtf - VITE_BACKEND_URL: https://scrape.trez.wtf/api + VITE_BACKEND_URL: http://localhost:8080 VITE_PUBLIC_URL: https://scrape.trez.wtf MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright