mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* Add GeoServer & PostGIS blueprint * Add GeoServer blueprint metadata and logo * Fix meta.json formatting and sorting * Fix template.toml schema validation errors * Remove invalid config.mounts from template.toml
18 lines
696 B
TOML
18 lines
696 B
TOML
[info]
|
|
name = "GeoServer & PostGIS"
|
|
description = "An open-source server for sharing geospatial data, paired with a PostGIS database. Template created and maintained by OpenGeoCity Tanzania (info@ogctz.org). For further assistance contact +255759968919 or visit https://opengeocity.org or github: https://github.com/ShabaniMagawila or linkedin: https://www.linkedin.com/in/shabani-magawila/"
|
|
version = "2.24.1"
|
|
|
|
[variables]
|
|
GEOSERVER_ADMIN_USER = "admin"
|
|
GEOSERVER_ADMIN_PASSWORD = "geoserver_secure"
|
|
INITIAL_MEMORY = "2G"
|
|
MAXIMUM_MEMORY = "4G"
|
|
POSTGRES_USER = "postgres"
|
|
POSTGRES_PASSWORD = "postgres_secure"
|
|
POSTGRES_DB = "gis"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "geoserver"
|
|
port = 8080 |