From 6401bbdd0a048c832c269e442f9c5c30b22e9f30 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 04:33:29 -0600 Subject: [PATCH] Add pgAdmin blueprint with Docker Compose and metadata - Introduced pgAdmin entry in meta.json with relevant details and links. - Added Docker Compose configuration for pgAdmin service. - Included pgAdmin logo and template.toml for configuration settings. --- blueprints/pgadmin/docker-compose.yml | 22 ++++++++++++++++++++++ blueprints/pgadmin/pgadmin.webp | Bin 0 -> 10726 bytes blueprints/pgadmin/template.toml | 22 ++++++++++++++++++++++ meta.json | 17 +++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 blueprints/pgadmin/docker-compose.yml create mode 100644 blueprints/pgadmin/pgadmin.webp create mode 100644 blueprints/pgadmin/template.toml diff --git a/blueprints/pgadmin/docker-compose.yml b/blueprints/pgadmin/docker-compose.yml new file mode 100644 index 0000000..14f854f --- /dev/null +++ b/blueprints/pgadmin/docker-compose.yml @@ -0,0 +1,22 @@ +version: '3.8' + +services: + pgadmin: + image: dpage/pgadmin4:latest + restart: unless-stopped + environment: + - PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL} + - PGADMIN_DEFAULT_PASSWORD=${PGADMIN_DEFAULT_PASSWORD} + - PGADMIN_CONFIG_SERVER_MODE=False + - PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False + volumes: + - pgadmin-data:/var/lib/pgadmin + networks: + - proxy + +volumes: + pgadmin-data: + +networks: + proxy: + external: true \ No newline at end of file diff --git a/blueprints/pgadmin/pgadmin.webp b/blueprints/pgadmin/pgadmin.webp new file mode 100644 index 0000000000000000000000000000000000000000..e68e02e03dba2a40d0fd93a5f527de5c8e100c88 GIT binary patch literal 10726 zcmeI2RZtzyw&sE0BuH>~ch}(V7Tnz(f^Xd2A-DvG;1=B7H|{RMVPl&;|C*YIGpEkI z4^#7a`>CtC`m0{6zxC^fUg~nv(%bY
aiWDEbyRlh*zK{N2d8p8;y(Ircl
z6c>||HRIX1AS2m2y$fVR`n~`}FPxGVG!
4sM$rN#pG(QMzpo9Loc63$kw+A=B){ND+``Rv{2Q!0kyrq&n#>YmW-;0`
ze-Ts;^eFWj9;=ex<(U8~cWm~A?PlkJE?CRf1M7#X^R