Title here
Summary here
Use the highway for production, take the back alley for development.
Get Started# macOS
brew install kan/roji/roji
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/kan/roji/v1.0.0/install.sh | bash# docker-compose.yml
services:
myapp:
image: your-app
expose:
- "3000"
networks:
- roji
networks:
roji:
external: truedocker compose up -d
# Open https://myapp.dev.localhostConnect to the roji network and get a *.dev.localhost hostname automatically. No labels, no config files needed.
TLS certificates are generated and installed to your system trust store automatically. Every service gets HTTPS out of the box.
Containers are detected in real-time via Docker Events. Start a container, and it appears on your dashboard instantly.
Real-time route updates, request logging, Docker Compose controls, and project management — all in one place.