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:
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# 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.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago