-
Notifications
You must be signed in to change notification settings - Fork 13
Set up with Docker
amirsadraabdollahi edited this page Jul 28, 2026
·
2 revisions
⚠️ Outdated — historical reference only. This page describes a pre-Docker / pre-k3s setup that no longer matches Rodan. To run Rodan locally see Working on Rodan; for production see k8s/README.md.
Copy kakadu source code v7_7-01239N.zip to the same folder as Dockerfile.
docker build -t rodan .
docker run -p 0.0.0.0:80:80 -p 0.0.0.0:5432:5432 -p 0.0.0.0:5672:5672 -t -i rodan:latest
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- k8s Deploy Runbook (k8s/README.md)
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data