diff --git a/docker-compose.yml b/docker-compose.yml index 397e4d2c..027c547f 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: http://192.168.1.254:8369 - PUBLIC_URL: http://192.168.1.254:5173 - VITE_BACKEND_URL: http://192.168.1.254:8369 + BACKEND_URL: http://maxun-backend:8080 + PUBLIC_URL: https://scrape.trez.wtf + VITE_BACKEND_URL: http://maxun-backend:8080 VITE_PUBLIC_URL: http://192.168.1.254:5173 MAXUN_TELEMETRY: true PLAYWRIGHT_BROWSERS_PATH: /ms-playwright