postgresql
This commit is contained in:
parent
32863e3d91
commit
618b8113e0
2 changed files with 37 additions and 0 deletions
BIN
templates/icons/postgresql.png
Normal file
BIN
templates/icons/postgresql.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
37
templates/postgresql.xml
Normal file
37
templates/postgresql.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?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>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||
<Project>https://www.postgresql.org/</Project>
|
||||
<Overview>PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance</Overview>
|
||||
<Branch>
|
||||
<Tag>latest</Tag>
|
||||
<TagDescription>latest</TagDescription>
|
||||
</Branch>
|
||||
<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>
|
||||
<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>
|
||||
<Description>PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance</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>
|
Loading…
Reference in a new issue