19 lines
331 B
JSON
19 lines
331 B
JSON
|
|
{
|
||
|
|
"image": "ghost:latest",
|
||
|
|
"port": 2368,
|
||
|
|
"envVars": [
|
||
|
|
{
|
||
|
|
"name": "database__client",
|
||
|
|
"default": "sqlite3"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "database__connection__filename",
|
||
|
|
"default": "/var/lib/ghost/content/data/ghost.db"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "url",
|
||
|
|
"default": "http://localhost:2368"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|