Populate the appstore-apptemplates repo with catalog.json and per-app config files for all 16 curated Docker apps, each at v1.0.0.
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"id": "postgres",
|
|
"name": "PostgreSQL",
|
|
"description": "Advanced open-source relational database",
|
|
"category": "Databases",
|
|
"iconName": "postgres",
|
|
"latestVersion": "1.0.0",
|
|
"versions": ["1.0.0"],
|
|
"maintainer": "serve.zone"
|
|
}
|