Go to file
Kieran Cutting 7756ca38cb Update Mattermost to 7.0, add release notes, add abra.sh file to fix deployment entrypoint issue 2022-06-21 11:07:16 +01: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 Working docker-compose.yml 2021-11-24 16:54:45 +01:00
.env.sample Remove restart policy 2021-12-01 14:07:08 +01:00
.gitignore Working docker-compose.yml 2021-11-24 16:54:45 +01:00
README.md Update README 2021-12-01 13:54:43 +01:00
abra-mattermost-entrypoint.sh Working with docker secrets 2021-11-30 17:25:33 +01:00
abra.sh 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
compose.yml 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

README.md

mattermost

  • Category:
  • Status:
  • Image:
  • Healthcheck: N
  • Backups: N
  • Email:
  • Tests: N
  • SSO: N

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