Maxun BACKEND_URL env change.
This commit is contained in:
+6
-6
@@ -33,9 +33,9 @@ x-maxun: &maxun-env
|
|||||||
REDIS_PORT: 6379
|
REDIS_PORT: 6379
|
||||||
BACKEND_PORT: 8080
|
BACKEND_PORT: 8080
|
||||||
FRONTEND_PORT: 5173
|
FRONTEND_PORT: 5173
|
||||||
BACKEND_URL: https://scrape.trez.wtf/api
|
BACKEND_URL: http://localhost:8080
|
||||||
PUBLIC_URL: https://scrape.trez.wtf
|
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
|
VITE_PUBLIC_URL: https://scrape.trez.wtf
|
||||||
MAXUN_TELEMETRY: true
|
MAXUN_TELEMETRY: true
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
|
||||||
@@ -3209,10 +3209,10 @@ services:
|
|||||||
image: getmaxun/maxun-frontend:latest
|
image: getmaxun/maxun-frontend:latest
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_server_custom_directive:
|
# swag_server_custom_directive:
|
||||||
location /api {
|
# location /api {
|
||||||
proxy_pass http://maxun-backend:8080;
|
# proxy_pass http://maxun-backend:8080;
|
||||||
}
|
# }
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_port: 5173
|
swag_port: 5173
|
||||||
swag_url: scrape.${MY_TLD}
|
swag_url: scrape.${MY_TLD}
|
||||||
|
|||||||
Reference in New Issue
Block a user