14 lines
410 B
JSON
14 lines
410 B
JSON
{
|
|
"name": "gitea",
|
|
"description": "Gitea is a painless self-hosted Git service.",
|
|
"repository": "https://gitlab.com/autonomic-cooperative/coop-cloud/gitea",
|
|
"dokku": {
|
|
"plugins": ["mariadb"],
|
|
"volumes": [
|
|
{ "host": "/var/lib/gitea", "app": "/data" },
|
|
{ "host": "/etc/timezone", "app": "/etc/timezone:ro" },
|
|
{ "host": "/etc/localtime", "app": "/etc/localtime:ro" }
|
|
]
|
|
}
|
|
}
|