diff --git a/templates/compose/pocketbase.yaml b/templates/compose/pocketbase.yaml new file mode 100644 index 000000000..3f77bf83f --- /dev/null +++ b/templates/compose/pocketbase.yaml @@ -0,0 +1,11 @@ +# documentation: https://pocketbase.io/docs/ +# slogan: Open Source backend for your next SaaS and Mobile app in 1 file +# tags: pocketbase,backend,saas,mobile,api + +services: + pocketbase: + image: ghcr.io/coollabsio/pocketbase:latest + environment: + - SERVICE_FQDN_POCKETBASE + volumes: + - pocketbase-data:/app/pb_data diff --git a/templates/service-templates.json b/templates/service-templates.json index 466824574..883fbfe5a 100644 --- a/templates/service-templates.json +++ b/templates/service-templates.json @@ -247,6 +247,18 @@ "teamwork" ] }, + "pocketbase": { + "documentation": "https:\/\/pocketbase.io\/docs\/", + "slogan": "Open Source backend for your next SaaS and Mobile app in 1 file", + "compose": "c2VydmljZXM6CiAgcG9ja2V0YmFzZToKICAgIGltYWdlOiAnZ2hjci5pby9jb29sbGFic2lvL3BvY2tldGJhc2U6bGF0ZXN0JwogICAgZW52aXJvbm1lbnQ6CiAgICAgIC0gU0VSVklDRV9GUUROX1BPQ0tFVEJBU0UKICAgIHZvbHVtZXM6CiAgICAgIC0gJ3BvY2tldGJhc2UtZGF0YTovYXBwL3BiX2RhdGEnCg==", + "tags": [ + "pocketbase", + "backend", + "saas", + "mobile", + "api" + ] + }, "snapdrop": { "documentation": "https:\/\/github.com\/RobinLinus\/snapdrop", "slogan": "A self-hosted file-sharing service for secure and convenient file transfers, whether on a local network or the internet.",