From 76fa75c4c77a865b0ba37df3017c85a6f842d415 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 27 May 2025 08:49:37 -0400 Subject: [PATCH] Env var PUBLIC_URL fix for Maxun. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0839c182..49d9e230 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -101,9 +101,9 @@ x-maxun: &maxun-env BACKEND_PORT: 8080 FRONTEND_PORT: 5173 BACKEND_URL: http://maxun-backend:8080 - PUBLIC_URL: http://maxun-frontend:5173 + PUBLIC_URL: https://scrape.trez.wtf VITE_BACKEND_URL: http://maxun-backend:8080 - VITE_PUBLIC_URL: http://maxun-frontend:5173 + VITE_PUBLIC_URL: https://scrape.trez.wtf MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0