Skip to main content

Dokploy

Overview

This guide explains how to automate deployments using GitHub Actions to a server with Dokploy installed. Dokploy is a simple tool for deploying projects to remote servers.

Prerequisites

  • GitHub Repository: Ensure your project is hosted on GitHub.
  • Server: A remote server with Dokploy installed.
  • Dokploy Configuration: DOKPLOY_API_URL, DOKPLOY_API_TOKEN and Dokploy Application ID.
  • Docker Image: Accessible image docker. ex: github (ghcr.io)
  • Dokploy Dashboard Access: Dokploy account with related permission.

Note