deployDeploy with Dokploy

Deploy with Dokploy

Prerequisites

  1. You need to install Dokploy service on your server according to the official documentation of Dokploy.

  2. You need to follow the steps in Quick Start to pull the shipany-template-one template code locally, modify it, and upload it to your own Github repository.

Deployment Process

  1. Create a new project in Dokploy management background

  1. Enter the project, bind your Github account, select the repository based on the shipany-template-one template, and save the configuration

  1. Continue to configure, fill in the build information, and click save

  1. Copy the content of the .env.production file in the project, paste it into the Environment, and set the environment variables

  1. Click the Deploy button, wait for the deployment to complete

  1. Enter the Domains page, bind the custom domain

  1. Parse the domain name to your Dokploy server public IP, wait for the resolution to take effect, and open the domain name to access your website

Reference