pocketbase
This commit is contained in:
parent
06d7c69487
commit
52d6fb51d5
11
templates/compose/pocketbase.yaml
Normal file
11
templates/compose/pocketbase.yaml
Normal file
@ -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
|
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user