Production ready services fully managed on a RaspberryPi (or any other machine):
- Lightweight runtime containers (Python, Nodejs, etc)
- Databases (PostgreSQL, Redis, etc)
- Automatic HTTPS with Let's Encrypt
- Monitoring & Logging
- Durability & Backups
No fuss automatic deployments straight form GitHub.
curl -fsSL https://raw.githubusercontent.com/codingjoe/python-container/main/bin/install.sh | sh
# Dev
docker compose up -d- Use tiny Distroless images for production
- High availability setup with multiple web servers behind a load balancer
- Automatic HTTPS with Let's Encrypt via Caddy
- PostgreSQL database with daily backups
- Redis for caching and co
- Install Python version and it's dependencies using uv