Coolify
Deploy LinkBreeze on Coolify with automatic SSL.
Running Coolify on your VPS? Deploy LinkBreeze in under a minute.
Deploy Steps
- In your Coolify dashboard, click + New Resource → Docker Compose Empty
- Paste this compose configuration:
services:
linkbreeze:
image: ghcr.io/manak-hash/linkbreeze:latest
ports:
- "3000:3000"
volumes:
- linkbreeze-data:/app/data
restart: unless-stopped
volumes:
linkbreeze-data:
- Set a domain (e.g.,
links.yourdomain.com) for automatic SSL - Click Deploy — Coolify handles Let's Encrypt automatically
That's it. Your LinkBreeze instance is live with HTTPS.
Updating
In Coolify, navigate to your resource → click Redeploy after pulling the latest image. Or set up automatic deployments with a webhook.