|
@@ -3629,7 +3629,7 @@
|
|
|
"volumes": [
|
|
|
{
|
|
|
"bind": "/portainer/Files/AppData/Config/MySQL",
|
|
|
- "container": "/var/lib/mysql "
|
|
|
+ "container": "/var/lib/mysql"
|
|
|
}
|
|
|
],
|
|
|
"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.mysql.com/\" target=\"_blank\">https://www.mysql.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/_/mysql\" target=\"_blank\">https://hub.docker.com/_/mysql</a><br><br><br>"
|
|
@@ -4798,6 +4798,52 @@
|
|
|
],
|
|
|
"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.plex.tv/\" target=\"_blank\">https://www.plex.tv/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-plex\" target=\"_blank\">https://docs.linuxserver.io/images/docker-plex</a><br><br><br>"
|
|
|
},
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PUID",
|
|
|
+ "name": "PUID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PGID",
|
|
|
+ "name": "PGID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "rootpassword",
|
|
|
+ "label": "POSTGRES_PASSWORD",
|
|
|
+ "name": "POSTGRES_PASSWORD"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "America/New_York",
|
|
|
+ "label": "TZ",
|
|
|
+ "name": "TZ"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "image": "postgres:latest",
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/postgresql.png",
|
|
|
+ "name": "postgresql",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "5432:5432/tcp"
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "PostgreSQL",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/PostgreSQL",
|
|
|
+ "container": "/var/lib/postgresql/data"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.postgresql.org/\" target=\"_blank\">https://www.postgresql.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/_/postgres/\" target=\"_blank\">https://hub.docker.com/_/postgres/</a><br><br><br>"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Cloud",
|