Favicon of CapRover

CapRover

Manage and deploy web apps and databases with a simple interface. Get free SSL, clustering, and one-click installs on your own servers. Save time and money.

Take control of your application deployment with a self-hosted Platform-as-a-Service that simplifies the entire process. Designed for developers who want to avoid the high costs of services like Heroku and the complexities of manual server configuration, this tool helps you go from local development to a live, secure website in minutes.

Built on a powerful stack of Docker, nginx, and Let's Encrypt, it provides a robust and fast environment for your applications. Whether you prefer a command-line interface for scripting or a web GUI for convenience, you have the tools you need to manage your infrastructure efficiently.

Key features include:

  • Universal Language Support: Deploy applications written in NodeJS, Python, PHP, Ruby, and more.
  • One-Click Apps: Instantly install popular services like WordPress, MySQL, MongoDB, and Postgres.
  • Automatic SSL: Secure all your applications with free, automatically configured HTTPS certificates.
  • Cluster Ready: Easily scale your setup by adding more nodes to create a cluster with automatic load balancing.
  • No Lock-In: You have full control. If you decide to remove the platform, your applications continue to run without interruption.

Directory Structure

caprover
captain
.env
docker-compose.yml

docker-compose.yml

services:
  caprover:
    image: caprover/caprover:latest
    container_name: caprover
    restart: always
    ports:
      - "80:80"
      - "443:443"
      - "3000:3000"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - ./captain:/captain

.env

# CapRover does not require sensitive environment variables for initial startup.
# All configuration (including setting the root domain and admin password) is handled via the CapRover CLI (caprover serversetup) or the web dashboard on port 3000 after the container is running.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to CapRover

Favicon

 

  
  
Favicon

 

  
  
Favicon