From 2326281ec7edf843cc841e858ff7bf4df9859036 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 15 Jun 2025 20:11: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 60f0a254..06a1b1a7 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: http://localhost:8080 + BACKEND_URL: https://scrape.trez.wtf/api PUBLIC_URL: https://scrape.trez.wtf - VITE_BACKEND_URL: http://localhost:8080 + VITE_BACKEND_URL: https://scrape.trez.wtf/api VITE_PUBLIC_URL: https://scrape.trez.wtf MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright