Env var PUBLIC_URL fix for Maxun.

This commit is contained in:
2025-05-27 08:49:37 -04:00
parent 465823d215
commit 76fa75c4c7
+2 -2
View File
@@ -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