Maxun tweaks.

This commit is contained in:
2025-06-15 09:22:38 -04:00
parent 849ccddcb1
commit c4b05e9343
+4 -4
View File
@@ -33,10 +33,10 @@ x-maxun: &maxun-env
REDIS_PORT: 6379
BACKEND_PORT: 8080
FRONTEND_PORT: 5173
BACKEND_URL: http://maxun-backend:8080
PUBLIC_URL: http://maxun-frontend:5173
VITE_BACKEND_URL: http://maxun-backend:8080
VITE_PUBLIC_URL: http://maxun-frontend:5173
BACKEND_URL: http://localhost:8080
PUBLIC_URL: http://localhost:5173
VITE_BACKEND_URL: http://localhost:8080
VITE_PUBLIC_URL: http://localhost:5173
MAXUN_TELEMETRY: true
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0