# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Vaultwarden with restic
spec:
    description: Vaultwarden with restic backup
    icon: https://github.com/dani-garcia/vaultwarden/raw/refs/heads/main/resources/vaultwarden-icon-white.svg
    tags:
        - Tool
    readme: Vaultwarden with restic installed
    services:
        - name: vaultwarden_restic
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 887856214
                branch: main
            ports:
                - id: web
                  port: 80
                  type: HTTP
            volumes:
                - id: data
                  dir: /data
                - id: log
                  dir: /log
