2026-03-19 15:30:08 +00:00
|
|
|
{
|
|
|
|
|
"image": "ghost:latest",
|
|
|
|
|
"port": 2368,
|
|
|
|
|
"envVars": [
|
2026-03-19 15:37:34 +00:00
|
|
|
{ "key": "database__client", "value": "mysql", "description": "Database client" },
|
|
|
|
|
{ "key": "database__connection__host", "value": "${MARIADB_HOST}", "description": "Database host (auto-injected by platform)" },
|
|
|
|
|
{ "key": "database__connection__port", "value": "${MARIADB_PORT}", "description": "Database port (auto-injected by platform)" },
|
|
|
|
|
{ "key": "database__connection__user", "value": "${MARIADB_USER}", "description": "Database user (auto-injected by platform)" },
|
|
|
|
|
{ "key": "database__connection__password", "value": "${MARIADB_PASSWORD}", "description": "Database password (auto-injected by platform)" },
|
|
|
|
|
{ "key": "database__connection__database", "value": "${MARIADB_DATABASE}", "description": "Database name (auto-injected by platform)" },
|
|
|
|
|
{ "key": "url", "value": "http://localhost:2368", "description": "Public URL of the blog" }
|
|
|
|
|
],
|
|
|
|
|
"platformRequirements": {
|
|
|
|
|
"mariadb": true
|
|
|
|
|
}
|
2026-03-19 15:30:08 +00:00
|
|
|
}
|