From 57a8e0651d6c44c0ca38af6ea141d451320f31cc Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 21 Jun 2025 08:17:04 -0400 Subject: [PATCH] Maxun BACKEND_URL env change. --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 57e0249d..9e93e506 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: https://scrape.trez.wtf/api + BACKEND_URL: http://localhost:8080 PUBLIC_URL: https://scrape.trez.wtf - VITE_BACKEND_URL: https://scrape.trez.wtf/api + VITE_BACKEND_URL: http://localhost:8080 VITE_PUBLIC_URL: https://scrape.trez.wtf MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright @@ -3209,10 +3209,10 @@ services: image: getmaxun/maxun-frontend:latest labels: swag: enable - swag_server_custom_directive: - location /api { - proxy_pass http://maxun-backend:8080; - } + # swag_server_custom_directive: + # location /api { + # proxy_pass http://maxun-backend:8080; + # } swag_proto: http swag_port: 5173 swag_url: scrape.${MY_TLD}