Go to file
3wc fdd0610784
continuous-integration/drone/push Build is failing Details
Update recipe metadata
2024-03-30 16:33:50 -03:00
release Update Mattermost to 7.0, add release notes, add abra.sh file to fix deployment entrypoint issue 2022-06-21 11:07:05 +01:00
.drone.yml Fix .drone.yml 2023-12-25 11:50:06 -08:00
.env.sample 0.1.0 rc, still testing that one 2023-06-06 15:35:52 +02:00
.gitignore Working docker-compose.yml 2021-11-24 16:54:45 +01:00
README.md Update recipe metadata 2024-03-30 16:33:50 -03:00
abra.sh 0.1.0 rc, still testing that one 2023-06-06 15:35:52 +02:00
compose.yml chore: publish 0.3.8+8.1.12 release 2024-03-28 15:50:36 -03:00
entrypoint.sh 0.1.0 rc, still testing that one 2023-06-06 15:35:52 +02:00

README.md

mattermost

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new --secrets --app-name YOURAPPNAME mattermost (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPNAME - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPNAME
  6. Open the configured domain in your browser to finish set-up