Maintained by Thijmen Heuvelink

Focalboard is 100% open source. Focalboard is an open source alternative to tools like Asana, Trello, and Notion.

Docker Compose

Save the following contents as a docker-compose.yml file.

version: "3"
services:
  focal:
    image: mattermost/focalboard
    container_name: focal
    ports: [ "3000:8000" ]
    restart: unless-stopped
    volumes:
      - ./config:/opt/focalboard/data

Starting it

docker-compose up -d

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved