Overview
Coolify is an open-source platform for deploying applications with:- Docker-based deployments
- Automatic SSL certificates
- Git integration
- Built-in monitoring
Prerequisites
Coolify instance
Coolify v4.0+ installed
Server access
SSH access to your server
Deployment options
Option 1: Docker Compose (recommended)
Configure source
- Name:
kombify-stack - Source: GitHub repository
- Repository:
https://github.com/kombify/techstack - Branch:
main
Option 2: Docker Image
Configure SSL
Enable SSL
Coolify automatically provisions Let’s Encrypt certificates.Wait for the certificate to be issued (usually 1-2 minutes).
Deploy kombify Simulate alongside TechStack
Create new Docker Compose resource
- Name:
kombify-sim - Repository:
https://github.com/kombify/simulate
Configure ports
Expose these ports:
5270— Simulate API5271— Simulate UI2222-2322— SSH for simulated nodes
Monitoring
View logs
In Coolify dashboard:- Navigate to your resource
- Click Logs
- View real-time logs
Health checks
Add health check endpoint:Backup and restore
Backup
Coolify automatically backs up volumes. To manually backup:Restore
Update kombify TechStack
Troubleshooting
Port conflicts
Port conflicts
If ports are already in use, change them in Coolify:
- Navigate to Ports
- Change
5260to another port (e.g.,5360) - Update environment variables accordingly
Volume permissions
Volume permissions
Fix permission issues:
SSL certificate issues
SSL certificate issues
Verify DNS is pointing to your server:Ensure port 80 and 443 are open.
Advanced: Deploy full kombify ecosystem
Deploy all kombify components with Coolify:docker-compose.yml
Next steps
Proxmox integration
Manage Proxmox VMs with kombify
Zitadel integration
Set up SSO with Zitadel
Quick start
Self-host kombify TechStack
Architecture
Understand kombify architecture
