Post

Dokploy

Dokploy is a free, self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases. Built with Docker and Traefik, it offers features like automatic SSL, Docker Compose support, database backups, and a real-time monitoring dashboard.

Dokploy

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/tools/addon/dokploy.sh)"

Configuration

Config file:

1
/etc/dokploy

Notes

This is an addon script intended to be used on top of an existing Docker container.
Execute within an existing LXC console (Debian / Ubuntu / Alpine supported)
Initial setup will be done via the web interface on first access.
Dokploy has built-in auto-updates via the web interface.
To update via CLI, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/dokploy.sh)

Web Interface

Port: 3000

This post is licensed under CC BY 4.0 by the author.