mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Add PostGIS template
This commit is contained in:
14
templates/postgis.xml
Normal file
14
templates/postgis.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>PostGIS</Name>
|
||||
<Repository>postgis/postgis</Repository>
|
||||
<Registry>https://hub.docker.com/r/postgis/postgis/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>http://postgis.net/support/</Support>
|
||||
<Project>http://postgis.net/</Project>
|
||||
<Overview>PostGIS is a spatial database extender for PostgreSQL object-relational database. The postgis/postgis image provides tags for running Postgres with PostGIS extensions installed.</Overview>
|
||||
<Category>Productivity: Tools:</Category>
|
||||
<Icon>https://postgis.net/images/postgis-logo.png</Icon>
|
||||
<Config Name="Password for postgres role" Target="POSTGRES_PASSWORD" Default="postgres" Mode="" Description="Container Variable: POSTGRES_PASSWORD" Type="Variable" Display="always" Required="true" Mask="true"/>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user