Code Monkey home page Code Monkey logo

mattermost-docker-arm's Introduction

Docker Pulls Docker Stars Github stars Github forks Github issues

Mattermost server for ARM (V7 or 64)

I found a GitHub repository who built tar.gz release with a sourcecode that ca be run on a ARMv7, but I've the needs to run in a docker container.

This repository contains a docker-compose.yml to run a mattermost stack onto a raspberry pi

Or, you can find a bunch of script to build docker image based on https://github.com/mattermost/mattermost-server and build within GitHub Actions.

Frequently, I create new release and new docker image, so if I'm late, feel free to open a Pull Request.

You just have to update ’dependabot/go.mod’ and ’.github/workflows/release.yml’

How to run

  1. Rename docker-compose.yml.local to docker-compose.yml
  2. Adapt environnement values
  3. Up the stack ’docker-compose up -d’
  4. Go to http://localhost:8000

Troubleshootings

app_1  | No configuration file /mattermost/config/config.json
app_1  | Creating a new one
app_1  | cp: can't create '/mattermost/config/config.json': Permission denied
app_1  | /entrypoint.sh: line 44: can't create /mattermost/config/config.json.tmp: Permission denied

Workaround :

sudo chown -R $(id -u):$(id -g) ./volumes
docker-compose up --force-recreate

Credits

Original repository for source code : https://github.com/SmartHoneybee/ubiquitous-memory

mattermost-docker-arm's People

Contributors

remiheens avatar dimitri-tdg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.