Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 467 Bytes

Chatwoot on Dokku

Deploy Chatwoot easily to Dokku with Dockerfile deployment.

Prerequisite

  • Dokku app
  • Postgres instance
  • Redis instance
  • Adjusted env variables taken from the .env.example

Usage

$ git clone https://github.com/mvr-studio/chatwoot_on_dokku.git
$ cd chatwoot_on_dokku
$ git remote add dokku dokku@[YOUR DOKKU INSTANCE ADDRESS]:[APP NAME]
$ git push dokku main