An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Go to file
Andras Bacsai 07cd389eb9 fix: add idempotency guards to 18 migrations to prevent upgrade failures
When any migration fails due to table/column already existing, PostgreSQL rolls back
the entire batch and blocks all subsequent migrations. Add Schema::hasTable() and
Schema::hasColumn() guards to all problem migrations for safe re-execution.

Fixes #7606 #7625

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-15 11:23:04 +01:00
.ai docs: update application architecture and database patterns for request-level caching best practices 2025-12-08 13:46:31 +01:00
.cursor Consolidate AI documentation into .ai/ directory 2025-11-18 14:58:59 +01:00
.github Refactor: Replace DOCKER_TOKEN/USERNAME with DOCKERHUB_TOKEN/USERNAME 2025-12-01 13:16:00 +01:00
app Improve upgrade process UX with better progress visibility (#7609) 2025-12-13 22:37:37 +01:00
backlog task(ui): introduce task for simplifying resource operations UI by replacing boxes with dropdown selections to enhance user experience and streamline interactions 2025-08-26 15:26:45 +02:00
bootstrap fix: skip password confirmation for OAuth users 2025-12-12 14:12:02 +01:00
changelogs chore(changelogs): add .gitignore for changelogs directory and remove outdated changelog files for May, June, and July 2025 2025-08-17 15:22:58 +02:00
config Bump version to v455 (#7601) 2025-12-12 11:21:54 +01:00
database fix: add idempotency guards to 18 migrations to prevent upgrade failures 2025-12-15 11:23:04 +01:00
docker perf(nginx): increase client body buffer size to 256k for Sentinel payloads 2025-11-10 11:32:49 +01:00
hooks feat(pre-commit): automate generation of service templates and OpenAPI documentation during pre-commit hook 2025-09-11 16:53:11 +02:00
lang Changes auto-committed by Conductor 2025-10-16 17:03:38 +02:00
other Fix Docker container race condition during upgrades (#7603) 2025-12-12 17:38:30 +01:00
public Rename unsend to usesend in configuration 2025-12-07 17:32:23 +11:00
resources Improve upgrade process UX with better progress visibility (#7609) 2025-12-13 22:37:37 +01:00
routes Refactor upgrade status to use Livewire instead of API endpoint 2025-12-12 21:37:32 +01:00
scripts Refactor docker run commands in upgrade script to remove project name specification 2025-12-14 10:22:11 +01:00
storage
templates Update garage.yaml for improved configuration clarity 2025-12-10 12:57:34 +01:00
tests feat: add Hetzner Cloud server linking for manually-added servers 2025-12-11 22:14:41 +01:00
todos docs: add service & database deployment logging plan 2025-10-30 15:29:39 +01:00
.AI_INSTRUCTIONS_SYNC.md Consolidate AI documentation into .ai/ directory 2025-11-18 14:58:59 +01:00
.coolify-logo
.dockerignore fix: dockerignore 2024-12-11 08:26:36 +01:00
.editorconfig
.env.development.example
.env.dusk.ci
.env.production refactor(env): add centralized registry URL to environment configuration 2025-03-25 09:03:59 +01:00
.env.windows-docker-desktop.example
.gitattributes Update .gitattributes 2024-11-14 11:11:55 +01:00
.gitignore chore: Add .workspaces to .gitignore 2025-11-01 13:32:32 +01:00
.mcp.json feat(laravel-boost): add Laravel Boost guidelines and MCP server configuration to enhance development experience 2025-09-15 12:19:44 +02:00
.phpactor.json Create .phpactor.json 2025-09-15 11:50:41 +02:00
artisan
CHANGELOG.md Remove webhook maintenance mode replay feature 2025-12-02 13:36:32 +01:00
CLAUDE.md docs: update application architecture and database patterns for request-level caching best practices 2025-12-08 13:46:31 +01:00
cliff.toml feat(changelog): Add git cliff for automatic changelog generation 2025-01-20 14:43:07 +01:00
CODE_OF_CONDUCT.md
composer.json feat(EmailChannel): enhance error handling with user-friendly messages for Resend API errors 2025-11-11 13:23:45 +01:00
composer.lock chore(deps): bump symfony/http-foundation from 7.3.2 to 7.3.7 2025-11-13 14:37:48 +00:00
conductor.json Remove coolify-minio-init from docker cleanup command 2025-11-18 23:22:52 +01:00
CONTRIBUTING.md fix(docs): contribute service url (#5517) 2025-04-02 19:18:13 +02:00
docker-compose.dev.yml feat: auto-create MinIO bucket and validate storage in development 2025-11-18 17:23:00 +01:00
docker-compose.prod.yml Remove webhook maintenance directory from Docker configurations 2025-12-04 14:55:07 +01:00
docker-compose.windows.yml Remove webhook maintenance directory from Docker configurations 2025-12-04 14:55:07 +01:00
docker-compose.yml pin redis version 2024-11-11 14:54:04 +01:00
jean.json jean jean 2025-11-07 14:33:32 +01:00
LICENSE Chore: Adjust Workflows for v5 (#5689) 2025-04-24 20:48:54 +02:00
openapi.json feat(api): Improve OpenAPI spec and add rate limit handling for Hetzner 2025-12-11 12:12:43 +01:00
openapi.yaml feat(api): Improve OpenAPI spec and add rate limit handling for Hetzner 2025-12-11 12:12:43 +01:00
package-lock.json fix: remove unnecessary peer dependencies from package-lock.json 2025-11-10 14:39:57 +01:00
package.json build(deps-dev): bump vite from 6.3.6 to 6.4.1 2025-10-21 03:33:59 +00:00
phpunit.dusk.xml
phpunit.xml chore(tests): update test environment database name and add new feature test for converting container environment variables to array 2025-05-22 14:30:16 +02:00
pint.json
postcss.config.cjs feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
README.md Merge branch 'next' into patch-1 2025-11-18 10:35:50 +01:00
rector.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
RELEASE.md
SECURITY.md fix(security): update contact email for vulnerability reports to improve security communication 2025-09-13 14:27:14 +02:00
TECH_STACK.md feat(docs): update tech stack 2025-01-22 19:57:30 +01:00
versions.json Bump version to v455 (#7601) 2025-12-12 11:21:54 +01:00
vite.config.js refactor(vite): improve environment variable handling in Vite configuration 2025-01-27 13:52:25 +01:00

Coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.

Latest Release Version Bounty Issues

About the Project

Coolify is an open-source & self-hostable alternative to Heroku / Netlify / Vercel / etc.

It helps you manage your servers, applications, and databases on your own hardware; you only need an SSH connection. You can manage VPS, Bare Metal, Raspberry PIs, and anything else.

Imagine having the ease of a cloud but with your own servers. That is Coolify.

No vendor lock-in, which means that all the configurations for your applications/databases/etc are saved to your server. So, if you decide to stop using Coolify (oh nooo), you could still manage your running resources. You lose the automations and all the magic. 🪄

For more information, take a look at our landing page at coolify.io.

Installation

curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash

You can find the installation script source here.

Note

Please refer to the docs for more information about the installation.

Support

Contact us at coolify.io/docs/contact.

Cloud

If you do not want to self-host Coolify, there is a paid cloud version available: app.coolify.io

For more information & pricing, take a look at our landing page coolify.io.

Why should I use the Cloud version?

The recommended way to use Coolify is to have one server for Coolify and one (or more) for the resources you are deploying. A server is around 4-5$/month.

By subscribing to the cloud version, you get the Coolify server for the same price, but with:

  • High-availability
  • Free email notifications
  • Better support
  • Less maintenance for you

Donations

To stay completely free and open-source, with no feature behind the paywall and evolve the project, we need your help. If you like Coolify, please consider donating to help us fund the project's future development.

coolify.io/sponsorships

Thank you so much!

Big Sponsors

  • 23M - Your experts for high-availability hosting solutions!
  • Algora - Open source contribution platform
  • American Cloud - US-based cloud infrastructure services
  • Arcjet - Advanced web security and performance solutions
  • BC Direct - Your trusted technology consulting partner
  • Blacksmith - Infrastructure automation platform
  • Brand.dev - API to personalize your product with logos, colors, and company info from any domain
  • ByteBase - Database CI/CD and Security at Scale
  • CodeRabbit - Cut Code Review Time & Bugs in Half
  • COMIT - New York Times awardwinning contractor
  • CompAI - Open source compliance automation platform
  • Convex - Open-source reactive database for web app developers
  • CubePath - Dedicated Servers & Instant Deploy
  • Dade2 - IT Consulting, Cloud Solutions & System Integration
  • Formbricks - The open source feedback platform
  • GoldenVM - Premium virtual machine hosting solutions
  • Hetzner - Server, cloud, hosting, and data center solutions
  • Hostinger - Web hosting and VPS solutions
  • JobsCollider - 30,000+ remote jobs for developers
  • Juxtdigital - Digital PR & AI Authority Building Agency
  • LiquidWeb - Premium managed hosting solutions
  • Logto - The better identity infrastructure for developers
  • Macarne - Best IP Transit & Carrier Ethernet Solutions for Simplified Network Connectivity
  • Mobb - Secure Your AI-Generated Code to Unlock Dev Productivity
  • PFGLabs - Build Real Projects with Golang
  • Ramnode - High Performance Cloud VPS Hosting
  • SaasyKit - Complete SaaS starter kit for developers
  • SupaGuide - Your comprehensive guide to Supabase
  • Supadata AI - Scrape YouTube, web, and files. Get AI-ready, clean data
  • Syntax.fm - Podcast for web developers
  • Tigris - Modern developer data platform
  • Tolgee - The open source localization platform
  • Ubicloud - Open source cloud infrastructure platform

Small Sponsors

OpenElements XamanApp UXWizz Evercam Imre Ujlaki jyc.dev TheRealJP 360Creators NiftyCo Dry Software Lightspeed.run LinkDr Gravity Wiz BitLaunch Best for Android Ilias Ism Formbricks Server Searcher Reshot Cirun Typebot Creating Coding Careers Internet Garden Web3 Jobs Codext Michael Mazurczak Fider Flint Paweł Pierścionek RunPod DartNode Tyler Whitesides SerpAPI Aquarela Crypto Jobs List Alfred Nutile Startup Fame Younes Barrad Jonas Jaeger Pixel Infinito Corentin Clichy Thompson Edolo Devhuset Arvensis Systems Niklas Lausch Cap-go InterviewPal

...and many more at GitHub Sponsors

Recognitions

Featured on Hacker News

Coolify - An open-source & self-hostable Heroku, Netlify alternative | Product Hunt

coollabsio%2Fcoolify | Trendshift

Core Maintainers

Andras Bacsai 🏔️ Peak
Andras Bacsai peaklabs-dev

Repo Activity

Alt

Star History

Star History Chart