AppFeed/templates/Flight777sRepository/jw_postgres12.xml
2021-04-29 18:02:34 -04:00

67 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Postgres12.5</Name>
<Repository>postgres:12.5-alpine</Repository>
<Registry>https://registry.hub.docker.com/_/postgres/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101905-support-flight777-just-works-container-repository/</Support>
<Project>https://www.postgresql.org/</Project>
<Overview>&amp;lt;b&amp;gt;Postgresql 12.5, alpine edition for less resource useage&amp;lt;/b&amp;gt;&#13;
&amp;lt;/br&amp;gt;&#13;
&amp;lt;/br&amp;gt;&#13;
UNRAID template that JUST WORKS, brought to you by Flight777!&#13;
</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/Flight777/unraid_justworks_templates/main/jw_postgres12.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/Flight777/unraid_justworks_templates/main/images/postgres/Postgresql_elephant.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5432</HostPort>
<ContainerPort>5432</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/postgres12/data/</HostDir>
<ContainerDir>/var/lib/postgresql/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>POSTGRES_PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>POSTGRES_USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>POSTGRES_DB</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="POSTGRES_PASSWORD" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="Container Variable: POSTGRES_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">dsmrreader</Config>
<Config Name="POSTGRES_USER" Target="POSTGRES_USER" Default="" Mode="" Description="Container Variable: POSTGRES_USER" Type="Variable" Display="always" Required="true" Mask="false">dsmrreader</Config>
<Config Name="POSTGRES_DB" Target="POSTGRES_DB" Default="" Mode="" Description="Container Variable: POSTGRES_DB" Type="Variable" Display="always" Required="true" Mask="false">dsmrdb</Config>
<Config Name="Database Storage Path" Target="/var/lib/postgresql/data" Default="/mnt/cache/appdata/postgres" Mode="rw" Description="This is where Postgres will store it's data." Type="Path" Display="always" Required="true" Mask="null">/mnt/cache/appdata/dsmrdb/data/</Config>
<Config Name="Web Interface Port" Target="5432" Default="5432" Mode="tcp" Description="This is Postgres TCP connection port." Type="Port" Display="always-hide" Required="true" Mask="{8}">5432</Config>
<Date>1619699580</Date>
<Description>Postgresql 12.5, alpine edition for less resource useage&#13;
&#13;
&#13;
UNRAID template that JUST WORKS, brought to you by Flight777!</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/Flight777sRepository/jw_postgres12.xml</templatePath>
</Container>