Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Mattermost's focalboard in a (native) docker container (including raspberry pi, ARM)

License

Notifications You must be signed in to change notification settings

crra/focalboard-native-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mattermost's focalboard in docker

About

Packages Mattermost's focalboard server for the current docker platform (e.g. raspberry pi) in a docker container.

Why

I wanted to try focalboard on my raspberry pi, but no ARM builds where available at that time.

How

Compiles the source release of focalboard and combines it with the non-platform specific files from the binary release.

Build

Plase edit the config.json and change the default settings (e.g. secrets).

Docker

docker build --build-arg focalboard_version=0.6.5 -t focalboard .
docker run -it -p 8000:8000 focalboard

Open a browser to http://localhost:8000 to start

Docker-Compose

Docker-Compose provides the option to automate the build and run step, or even include some of the steps from the personal server setup.

To start the server run

docker-compose up

This will automatically build the focalboard image and start it with the http port mapping.

CREDITS and THANK YOU's

About

Mattermost's focalboard in a (native) docker container (including raspberry pi, ARM)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published