Docs
Deploy Guide

Deploy Guide

Choose your deployment method

Deploy with Vercel

Remember to fill in the necessary environment variables.

Deploy with Docker Compose

Please create your database instance before deployment.

Set SKIP_DB_CHECK and SKIP_DB_MIGRATION to false in the .env file, this will start the database check and migration.

Create a new folder and copy the docker-compose.yml.env file to the folder.

Or only create a docker-compose.yml file, just replace ${DATABASE_URL} with your database connection url and so on.

- wrdo
  | - docker-compose.yml
  | - .env

Fill in the environment variables in the .env file, then:

docker compose up -d

Deploy with Docker Compose (Local DB)

Create a new folder and copy the docker-compose-localdb.yml.env file to the folder.

- wrdo
  | - docker-compose.yml
  | - .env

Fill in the environment variables in the .env file, then:

docker compose up -d