Инструкция по установке: https://blog.bayrell.org/ru/bayrell-os/521-ustanovka-postgresql-na-cloud-os.html
<template>
<uid>docker.io.postgres</uid>
<name>PostgreSQL</name>
<version>15.3</version>
<marketplace>https://cloud.bayrell.org/ru/marketplace/app/docker.io.postgres</marketplace>
<link name="Docker hub">https://hub.docker.com/_/postgres</link>
<xml name="bayrell.org">https://cloud.bayrell.org/xml/docker.io.postgres.xml</xml>
<date>2023-08-11 22:15:00+06:00</date>
<yaml>
<services>
<_var_app_name_>
<image>docker.io/postgres:15.3</image>
<hostname>{{.Service.Name}}.{{.Task.ID}}.local</hostname>
<environment>
<POSTGRES_PASSWORD>_var_postgres_password_</POSTGRES_PASSWORD>
</environment>
<volumes>_var_app_name_:/var/lib/postgresql/data</volumes>
</_var_app_name_>
</services>
<volumes>
<_var_app_name_ />
</volumes>
</yaml>
<variables>
<variable>
<name>_var_postgres_password_</name>
<label>PostgreSQL root password</label>
<type>string</type>
</variable>
</variables>
<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>