Инструкция по установке: https://bayrell.org/ru/docs/cloud-os/521-ustanovka-postgresql-na-cloud-os.html
<template>
<uid>dpage.pgadmin4</uid>
<name>Official pgAdmin 4</name>
<version>7.5</version>
<date>2023-09-11T21:00:00+06:00</date>
<marketplace>https://cloud.bayrell.org/ru/marketplace/app/dpage.pgadmin4</marketplace>
<xml name="bayrell.org">https://cloud.bayrell.org/xml/dpage.pgadmin4.xml</xml>
<link name="Docker image">https://hub.docker.com/r/dpage/pgadmin4</link>
<arch>amd64</arch>
<arch>arm64v8</arch>
<yaml>
<services>
<_var_app_name_>
<image>dpage/pgadmin4</image>
<hostname>{{.Service.Name}}.{{.Task.ID}}.local</hostname>
<environment>
<PGADMIN_DEFAULT_EMAIL>_var_pgadmin_email_</PGADMIN_DEFAULT_EMAIL>
<PGADMIN_DEFAULT_PASSWORD>_var_pgadmin_password_</PGADMIN_DEFAULT_PASSWORD>
<PGADMIN_DISABLE_POSTFIX>1</PGADMIN_DISABLE_POSTFIX>
<PGADMIN_LISTEN_PORT>81</PGADMIN_LISTEN_PORT>
<PGADMIN_LISTEN_ADDRESS>0.0.0.0</PGADMIN_LISTEN_ADDRESS>
</environment>
<volumes>_var_app_name_:/var/lib/pgadmin</volumes>
</_var_app_name_>
</services>
<volumes>
<_var_app_name_ />
</volumes>
</yaml>
<variables>
<variable>
<name>_var_pgadmin_email_</name>
<label>pgAdmin email</label>
<type>string</type>
</variable>
<variable>
<name>_var_pgadmin_password_</name>
<label>pgAdmin password</label>
<type>string</type>
</variable>
</variables>
<admin>
<port>81</port>
<nginx>
location /applications/admin/_var_service_name_/ {
proxy_pass http://81._var_service_name_.cloud_network.example/;
proxy_set_header X-Script-Name "/applications/admin/_var_service_name_";
proxy_set_header X-Forwarded-Prefix "/applications/admin/_var_service_name_";
include proxy_params;
break;
}
</nginx>
</admin>
<modificators>
<li>org.bayrell.modificator.cloud_os</li>
<li>org.bayrell.modificator.deploy_hostname</li>
</modificators>
<patch>
<name>Template patch</name>
<operations></operations>
</patch>
</template>