# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Focalboard
spec:
    description: Open source project management for technical teams
    icon: https://avatars.githubusercontent.com/u/9828093?s=48&v=4
    tags:
        - Tool
        - Website
    readme: |-
        # Focalboard

        Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
    services:
        - name: Focalboard
          icon: https://avatars.githubusercontent.com/u/9828093?s=48&v=4
          template: PREBUILT
          spec:
            source:
                image: mattermost/focalboard:7.8.9
            ports:
                - id: web
                  port: 8000
                  type: HTTP
            volumes:
                - id: data
                  dir: /opt/focalboard/data
