# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: XBoard
spec:
    description: |
        XBoard.
    icon: https://avatars.githubusercontent.com/u/147830212
    readme: ""
    services:
        - name: XBoard-web
          icon: https://avatars.githubusercontent.com/u/147830212
          template: PREBUILT_V2
          spec:
            source:
                image: ghcr.io/cedar2025/xboard:new
            ports:
                - id: web
                  port: 7001
                  type: HTTP
            volumes:
                - id: www
                  dir: /www
