docker-templates-unraid/templates/pocketbase.xml
2024-03-30 01:42:47 +03:00

20 lines
No EOL
1.7 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>pocketbase</Name>
<Repository>spectado/pocketbase:0.19.2</Repository>
<Registry>https://hub.docker.com/r/spectado/pocketbase/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://pocketbase.io/</Project>
<Overview>PocketBase - Open Source backend for your next SaaS and Mobile app in 1 file</Overview>
<Category>Other:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pocketbase.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pocketbase.png</Icon>
<Config Name="Host Port 1" Target="80" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">5170</Config>
<Config Name="Host Path 1" Target="/pb_data" Default="" Mode="rw" Description="application config and data and should be mapped to your local file system to persist them" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pocketbase/pb_data/</Config>
<Config Name="Host Path 2" Target="/pb_migrations/" Default="" Mode="rw" Description="directory allows you to version your DB structure" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pocketbase/pb_migrations/</Config>
<Config Name="Host Path 3" Target="/pb_public" Default="" Mode="rw" Description="optional, and is only used for serving static files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pocketbase/pb_public/</Config>
</Container>