-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPostgreSQL10.xml
More file actions
34 lines (33 loc) · 2.66 KB
/
Copy pathPostgreSQL10.xml
File metadata and controls
34 lines (33 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Container version="2">
<TemplateURL>https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL10.xml</TemplateURL>
<Date>2021-11-05</Date>
<Beta>False</Beta>
<Category>Network:Management Productivity: Tools:</Category>
<Name>Postgres10</Name>
<Project>https://www.postgresql.org/</Project>
<Overview>
PostgreSQL 10 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/
[br][br]
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/mnt/cache/appdata/postgresql10[/b] This is where Postgres will store it's data. For best performance, keep the files on cache drive.[br]
[b]Port 5432[/b] Default connection port[br]
[b]POSTGRES_PASSWORD[/b] Superuser password. [b]REQUIRED TO SET[/b], otherwise connecting outside container will not be possible.[br]
[b]POSTGRES_USER[/b] Username for the superuser. Defaults to postgres if not set.[br]
[b]POSTGRES_DB[/b] Used to define different name for default database. Defaults to user if not set.[br]
</Overview>
<Registry>https://registry.hub.docker.com/_/postgres/</Registry>
<GitHub>https://github.com/docker-library/postgres</GitHub>
<Repository>registry.hub.docker.com/library/postgres:10</Repository>
<Support>https://lime-technology.com/forums/topic/69483-support-jj9987-postgresql/</Support>
<WebUI/>
<Banner>https://github.com/juusujanar/unraid-templates/raw/master/img/PostgreSQL-banner.png</Banner>
<Icon>https://github.com/juusujanar/unraid-templates/raw/master/img/PostgreSQL-logo.png</Icon>
<Privileged>false</Privileged>
<Network Default="bridge">bridge</Network>
<Config Name="POSTGRES_PASSWORD" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="Initial superuser password (required)" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="POSTGRES_USER" Target="POSTGRES_USER" Default="" Mode="" Description="Initial superuser name (default: postgres)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="POSTGRES_DB" Target="POSTGRES_DB" Default="" Mode="" Description="Initial database name (default: postgres)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Type="Path" Name="Database Storage Path" Target="/var/lib/postgresql/data" Default="/mnt/cache/appdata/postgresql10" Mode="rw" Display="always" Required="true" Description="PostgreSQL data storage location"/>
<Config Type="Port" Name="PostgreSQL access port" Target="5432" Default="5432" Mode="tcp" Display="always-hide" Required="false" Description="PostgreSQL TCP connection port"/>
</Container>