diff --git a/docker-compose.yml b/docker-compose.yml index b959e39..e4fa132 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: - S3_SECRET_ACCESS_KEY=minioadmin - MEDIA_BUCKET=itcloud-media - JWT_SECRET=dev-secret-key-change-in-production - - CORS_ORIGINS=http://localhost:8095,http://localhost:3000 + - CORS_ORIGINS=http://192.168.1.8:8095,http://localhost:8095,http://localhost:3000 - REDIS_URL=redis://redis:6379/0 volumes: - ./backend/src:/app/src @@ -71,7 +71,7 @@ services: ports: - "8095:5173" environment: - - VITE_API_URL=http://localhost:8094 + - VITE_API_URL=http://192.168.1.8:8094 volumes: - ./frontend/src:/app/src - ./frontend/public:/app/public