Populate the appstore-apptemplates repo with catalog.json and per-app config files for all 16 curated Docker apps, each at v1.0.0.
19 lines
284 B
JSON
19 lines
284 B
JSON
{
|
|
"image": "postgres:16-alpine",
|
|
"port": 5432,
|
|
"envVars": [
|
|
{
|
|
"name": "POSTGRES_PASSWORD",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "POSTGRES_USER",
|
|
"default": "postgres"
|
|
},
|
|
{
|
|
"name": "POSTGRES_DB",
|
|
"default": "postgres"
|
|
}
|
|
]
|
|
}
|