Maxun BACKEND_URL env change.

This commit is contained in:
2025-06-21 08:24:50 -04:00
parent 57a8e0651d
commit 270fbd3335
+2 -2
View File
@@ -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