Mattermost is an open source platform for developer collaboration.
This repo is used to configure Mattermost in the Cloud (DigitalOcean.com)
- Connect to the remote droplet
> ssh root@IP_ADDRESS
- Clone this repo
> git clone https://github.com/kanzitelli/mattermost-traefik.git backend
> cd backend
- Create a
.env
by copying and adjusting theenv.example
> cp env.example .env
> nano .env
- Run
build
script
> bash scripts/build.sh
It will setup everything, including ACME (https certificates), PostgreSQL and will run docker.
Thanks to the official Mattermost Docker repo.