# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: customs-sync
spec:
    description: ""
    readme: ""
    services:
        - name: customs-sync
          template: GIT
          spec:
            id: customs-sync
            source:
                source: ARBITRARY_GIT
                gitURL: https://github.com/ufo3000bb/customs_sync.git
                branch: master
            ports:
                - id: http
                  port: 8000
                  type: HTTP
