Remote Orchestration Services (ROS) Frontend
1.4K
Remote Orchestration Services (ROS) is part of the Dream Platform, a comprehensive solution for managing microfrontend architectures at scale. As an open-source project (GitHub Repository), ROS provides the core infrastructure needed to orchestrate and manage module federation in enterprise environments.
The ROS Frontend provides a powerful web-based dashboard for managing your microfrontend ecosystem. It serves as the primary interface for:
Remote Module Management
Monitoring & Analytics
Access Control Interface
node:20-alpine/src/frontendBACKEND_URL: URL for the backend API (default: https://localhost:5001)AUTH_AUTHORITY: Authentication authority URL (default: https://localhost:5001)AUTH_CLIENT_ID: Client ID for authentication (default: DreamMF-Web-01202025)# Build and run frontend container
docker-compose up frontend
# Build frontend container only
docker-compose build frontend
Using either with ARGS...
# Start frontend container with BACKEND_URL argument
docker run -e BACKEND_URL=https://your-backend-url -p 3000:80 dreammf/ros-frontend:0.9.2
# Using docker-compose with BACKEND_URL argument
docker-compose run -e BACKEND_URL=https://your-backend-url frontend
3000: Frontend server5000: HTTP backend server5001: HTTPS backend serverNo persistent volumes required for frontend container.
dreammf/ros-frontend:0.9.2dreammf/ros-backend:0.9.2Content type
Image
Digest
sha256:2032fa538…
Size
20.7 MB
Last updated
over 1 year ago
docker pull dreammf/ros-frontend