Hacker News new | ask | show | jobs
by matusnovak 2380 days ago
For anyone looking to give it a try, here is a Dockerized version of Mattermost: https://github.com/mattermost/mattermost-docker

Very straightforward and easy to set up.

1 comments

This is one of the reasons I love docker, for personal use it makes experimenting with new projects soooo easy.

Plus I have a simple traefik + compose setup so I can easily have it all automatically routed with a subdomain and https.

I might recommend something more robust for businesses in production but man is it easy. Want to try node-red? Done. Want to destroy - and it's gone, no need to futz around with dependencies.