diff --git a/docker-compose.yml b/docker-compose.yml index 4c5644b19d14ecff6c008d7144231bc7d946bdb6..1427b430ae7005953cd662ad29acac950433efcc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: sg-frontend: build: ./sg-frontend environment: - - VITE_BACKEND_URL=http://sg-backend:8000 + - VITE_BACKEND_URL=http://localhost:8000 volumes: - ./sg-frontend:/app - /app/node_modules