https://github.com/mvr-studio/chatwoot_on_dokku
https://github.com/mvr-studio/chatwoot_on_dokku
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvr-studio/chatwoot_on_dokku
- Owner: mvr-studio
- Created: 2023-02-03T11:43:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T11:49:54.000Z (over 2 years ago)
- Last Synced: 2025-01-27T10:43:38.834Z (5 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Install-anything-on-Dokku - Chatwoot - to-self-host-chatwoot-a-complete-step-by-step-guide/) (CRM)
README
# 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](https://github.com/chatwoot/chatwoot/blob/develop/.env.example)## Usage
```sh
$ 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
```