Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

509 total results found

Deploy docker-compose apps (Wordpress, MySQL, Redis, Keycloak ...)

CI/CD Pipelines

You are about to learn how to deploy docker-compose applications to a CI/CD target. This is useful when you don't need a Git workflow and your images are already available on a public or private docker registry.  Use cases: Deploy one or multiple instances...

Create your own template (elestio.yml)

CI/CD Pipelines

You can create your own template to be deployed on Elestio for yourself (private repo) or for anyone (public repo). We recommend that you fork one of our sample repositories as a base and modify it to meet your requirements:  Samples repositories for the mos...

Pipelines migration, move pipelines between CI/CD targets safely

CI/CD Pipelines

In several situations, you might want to move a deployed CI/CD pipeline from one target to another one. On Elestio, you can safely move a pipeline between targets even if the pipeline contains data. Let's consider a few situations: Your CI/CD target is ove...

Multi-factor authentication

Security

By default, Elestio uses Email-based MFA, each time you log in to Elestio we will send you an email with a one-time code to enter into our UI to be able to connect. This protection is in place to enforce security and avoid account hacking. We also have TOTP-b...

Custom domains on CI/CD pipelines

CI/CD Pipelines

You can add any number of custom domain names on your CI/CD pipeline, Elestio will automatically configure the routing of the traffic and SSL termination / certificate creation and renewals. To add a custom domain on your pipeline click on "Domain Management"...

Free trial

Billing

Elestio offers a 3-day free trial with $20 in credits, during which you can launch up to 2 services. In addition to the services in our catalog, you have access to load balancers, volumes, and CI/CD pipelines. Domain names are the only thing that cannot be ac...

Newsletter

Getting started

You can get the most recent information about Elestio features, supported software, and tips by subscribing to the elestio newsletter. You can subscribe to the elestio newsletter during sign-up by checking the box (Sign up for our newsletter) and later ma...

How to Deploy React App on Elestio

CI/CD Pipelines

So you made a React web application and want to deploy it to the cloud 🚀 You probably heard about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railways. They all have something in common, those product...

How to Deploy NodeJs-express app with a static front-end in a pug on Elestio

CI/CD Pipelines

So you made a static full stack frontend pug with nodejs backend application and want to deploy it to the cloud 🚀 You probably heard about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railways. They al...

Clone CI/CD pipeline

CI/CD Pipelines

When distributing your project pipeline across the Production, Staging, and Test environments, you might want to copy a deployed CI/CD pipeline from one target to another or the same target.When using Elestio, you can safely clone a pipeline between identical,...

Deploy examples & apps on Elestio using the "clone template" feature

CI/CD Pipelines

This tutorial will show you how to use our clone template feature in CI/CD. We're going to use a Simple Javascript web application, but you can use any template and deploy it in the same way. 🚀 The clone template feature was similar to forking our examples fr...

Deploy own docker-compose image using Elestio "Custom docker-compose"

CI/CD Pipelines

This tutorial will walk you through the process of deploying your own custom Docker image to the Elestio cloud. Use cases: Deploy one or multiple instances of stateful apps like Wordpress / Directus / MySQL / Redis / RabbitMQ / ... Deploy an internal serv...

Create a new volume

Volumes

To create a new volume in an Elestio: Step 1: Open Elestio Dashboard and then click the volume tab in the left sidebar. Step 2: Select Service Cloud Provider Elestio has the top 5 cloud partners in 85 locations across 27 countries (AWS Lightsail, Di...

Deploy examples & apps on Elestio using the "Import Third-Party Git Repository" feature

CI/CD Pipelines

This tutorial will walk you through the process of deploying GitHub, GitLab, or Bitbucket public repositories in CI/CD using our Import Third-Party Git Repository feature. In our example, we'll use a Simple JavaScript web application public repository, but you...

Elestio Data Processing Agreement

Legal & Compliance

Last Modified: Feb 06, 2025 1. Background This Data Processing Agreement (‘’DPA’’) is attached to the General Terms (available at https://elest.io/terms and forms an inseparable part of the Agreement entered into by Elestio limited (hereinafter “Elestio”) an...

Documentation

Elestio Terraform provider

With Elestio’s Terraform provider, you can use an open-source infrastructure as code software tool to declare and manage your cloud services. See the Elestio Terraform provider documentation to learn about the services and resources, and visit the GitHub...

Get started

Elestio Terraform provider

Build your first Elestio Terraform project This exemple shows the setup for a Terraform project containing a single PostgreSQL service, and shows off some useful commands to stand up (and destroy) your Elestio infrastructure. You can check this repository ...

Providers, datacenters and server types

Elestio Terraform provider

This guide explain how to find available options for provider_name, datacenter and server_type variables when you want to manage a service resource with terraform : resource "elestio_vault" "my_vault" { ... provider_name = "hetzner" datacente...