https://github.com/fullhouseit/chatwoot-coolify-template
Docker compose template to run Chatwoot in Coolify
https://github.com/fullhouseit/chatwoot-coolify-template
chatwoot coolify docker-compose
Last synced: 2 months ago
JSON representation
Docker compose template to run Chatwoot in Coolify
- Host: GitHub
- URL: https://github.com/fullhouseit/chatwoot-coolify-template
- Owner: fullhouseit
- Created: 2024-09-17T08:35:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:05:10.000Z (9 months ago)
- Last Synced: 2025-02-11T17:12:05.561Z (4 months ago)
- Topics: chatwoot, coolify, docker-compose
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chatwoot Self-Hosted docker compose for Coolify
This is a modified copy of compose file in Coolify repo with enabled active storage.
Original template: https://github.com/coollabsio/coolify/blob/b2bab451d3a28c973807ab306931c279a4d88ab5/templates/compose/chatwoot.yaml
- Coolify docs: https://coolify.io/docs/
- Chatwoot docs: https://www.chatwoot.com/docs/self-hosted## Configure S3 compatible storage
You can use any S3 compatible provider or Minio. For usage of Amazon S3, Google GCS, Microsoft Azure, please refer to [documentation](https://www.chatwoot.com/docs/self-hosted/deployment/storage/supported-providers), you will need to modify docker compose to add required environment variables.
```
ACTIVE_STORAGE_SERVICE=s3_compatible
STORAGE_BUCKET_NAME=
STORAGE_ACCESS_KEY_ID=
STORAGE_SECRET_ACCESS_KEY=
STORAGE_REGION=nyc3
STORAGE_ENDPOINT=https://nyc3.digitaloceanspaces.com
#set force_path_style to true if using minio
#STORAGE_FORCE_PATH_STYLE=true
```