An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Go to file
2022-03-02 20:57:28 +01:00
.github Update FUNDING.yml 2022-01-10 10:25:15 +01:00
.husky V2 (#111) 2022-02-10 15:47:44 +01:00
data V2 (#111) 2022-02-10 15:47:44 +01:00
db V2 (#111) 2022-02-10 15:47:44 +01:00
prisma fix: Reconfigure proxy on restart 2022-03-01 14:02:46 +01:00
src fix: cleanup coolify images 2022-03-02 20:57:28 +01:00
static fix: Local static assets 2022-02-11 21:22:41 +01:00
.dockerignore V2 (#111) 2022-02-10 15:47:44 +01:00
.env.template add env example back 2022-02-14 16:01:08 +01:00
.eslintrc.cjs V2 (#111) 2022-02-10 15:47:44 +01:00
.gitignore add yarn lock to gitignore 2022-02-14 15:56:28 +01:00
.lintstagedrc.json V2 (#111) 2022-02-10 15:47:44 +01:00
.prettierrc v1.0.12 - Sveltekit migration (#44) 2021-05-14 21:51:14 +02:00
docker-compose-dev.yaml V2 (#111) 2022-02-10 15:47:44 +01:00
docker-compose-haproxy.yaml V2 (#111) 2022-02-10 15:47:44 +01:00
docker-compose.yaml feat: New update process (#115) 2022-02-11 11:46:47 +01:00
Dockerfile fix: Cleanup images 2022-02-11 21:04:48 +01:00
haproxy-http.Dockerfile V2 (#111) 2022-02-10 15:47:44 +01:00
haproxy-tcp.Dockerfile V2 (#111) 2022-02-10 15:47:44 +01:00
haproxy.Dockerfile V2 (#111) 2022-02-10 15:47:44 +01:00
package.json update packages 2022-03-02 14:53:33 +01:00
pnpm-lock.yaml update packages 2022-03-02 14:53:33 +01:00
postcss.config.cjs V2 (#111) 2022-02-10 15:47:44 +01:00
README.md Update README.md 2022-02-23 10:40:21 +01:00
svelte.config.js V2 (#111) 2022-02-10 15:47:44 +01:00
tailwind.config.cjs feat: Dual certificates 2022-02-17 22:14:06 +01:00
tsconfig.json V2 (#111) 2022-02-10 15:47:44 +01:00

Coolify

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

Demo instance

https://demo.coolify.io/

(If it is unresponsible, that means someone overloaded the server. 🙃)

Installation

Installation is automated with the following command:

/bin/bash -c "$(curl -fsSL https://get.coollabs.io/coolify/install.sh)"

Migration from v1

A fresh installation is necessary. v2 is not compatible with v1.

Features

Git Sources

You can use the official ones or your self hosted version!

  • Github
  • GitLab
  • Bitbucket (WIP)

Destinations

  • Local Docker Engine
  • Remote Docker Engine (WIP)
  • Kubernetes (WIP)

Applications

  • Static sites
  • NodeJS
  • VueJS
  • NuxtJS
  • NextJS
  • React/Preact
  • NextJS
  • Gatsby
  • Svelte
  • PHP
  • Rust
  • Dockerfile (you can provide it)

Databases

  • MongoDB
  • MySQL
  • PostgreSQL
  • CouchDB
  • Redis

One-click services

Support

Roadmap

See the Roadmap here

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the LICENSE file in our repository for the full text.