Files
pi-hosted/template/apps/pgadmin.json
2023-04-16 17:16:49 -04:00

56 lines
1.6 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "PGAdmin is a web-based GUI tool used to interact with the Postgres database sessions, both locally and remote servers as well. You can use PGAdmin to perform any sort of database administration required for a Postgres database.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "",
"label": "PGADMIN_DEFAULT_EMAIL",
"name": "PGADMIN_DEFAULT_EMAIL"
},
{
"default": "",
"label": "PGADMIN_DEFAULT_PASSWORD",
"name": "PGADMIN_DEFAULT_PASSWORD"
},
{
"default": "America/New_York",
"label": "TZ",
"name": "TZ"
}
],
"image_arm32": "dpage/pgadmin4:latest",
"image_arm64": "dpage/pgadmin4:latest",
"image_amd64": "dpage/pgadmin4:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pgadmin.png",
"preInstallScript": "install_pgadmin.sh",
"name": "pgadmin",
"platform": "linux",
"ports": [
"5050:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "pgAdmin",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/pgadmin",
"container": "/var/lib/pgadmin"
}
],
"officialDoc": "https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html",
"webpage": "https://www.pgadmin.org/"
}