docker-templates-unraid/templates/Templates With Issues/postgresql.xml.bak
2021-07-01 20:41:43 +03:00

38 lines
2.7 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>postgresql</Name>
<Repository>bitnami/postgresql</Repository>
<Registry>https://hub.docker.com/r/bitnami/postgresql/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Branch>
<Tag>12</Tag>
<TagDescription>Postgresql 12</TagDescription>
</Branch>
<Branch>
<Tag>11</Tag>
<TagDescription>Postgresql 11</TagDescription>
</Branch>
<Branch>
<Tag>10</Tag>
<TagDescription>Postgresql 10</TagDescription>
</Branch>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://www.postgresql.org/</Project>
<Overview>&amp;lt;p&amp;gt;PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance&amp;amp;nbsp;&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;Any premission issue unraid cli:&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;chown 1001 -R /mnt/user/appdata/postgresql/data&amp;lt;/p&amp;gt;</Overview>
<Category>Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/postgresql.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/postgresql.png</Icon>
<ExtraParams>--user 1001</ExtraParams>
<Description>&amp;lt;p&amp;gt;PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance&amp;amp;nbsp;&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;Any premission issue unraid cli:&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;chown 1001 -R /mnt/user/appdata/postgresql/data&amp;lt;/p&amp;gt;</Description>
<Config Name="Port" Target="5432" Default="5432" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">5432</Config>
<Config Name="Appdata" Target="/bitnami/postgresql" Default="/mnt/user/appdata/postgresql/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/postgresql/</Config>
<Config Name="PostgreSQL Username" Target="POSTGRESQL_USERNAME" Default="" Mode="" Description="PostgreSQL Username" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config>
<Config Name="PostgreSQL Password" Target="POSTGRESQL_PASSWORD" Default="password123" Mode="" Description="PostgreSQL Password" Type="Variable" Display="always" Required="false" Mask="false">password123</Config>
<Config Name="Postgresql Database" Target="POSTGRESQL_DATABASE" Default="postgres" Mode="" Description="PostgreSQL Database" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config>
</Container>