Maxun BACKEND_URL env change.

This commit is contained in:
2025-06-21 08:17:04 -04:00
parent bb38185751
commit 57a8e0651d
+6 -6
View File
@@ -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}