EugenMayer / mattermost-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAT

Usage

No need to build any images, just start it

docker-compose up

Now connect to http://localhost:8000

Images

The images are build right based the original repository at https://github.com/mattermost/mattermost-docker and then published under

Check the docker-compose.yaml to see how they are used - but in the end, those are the originals ( see build.sh ) so just use the official documentation.

See the docker hub projects for the available tags / versions.

Build custom / dev images

Just run

./build.sh 5.36.1 myname/mattermost

To build your own images which then are tagged lile

  • myname/mattermost-app:team-5.36.1 - that's the app image

More

Credits

All the credits direct to https://mattermost.com

About


Languages

Language:Shell 100.0%