Add volumes and DB link
This commit is contained in:
parent
48e59bc626
commit
a765c9b414
10
app.json
10
app.json
@ -1,5 +1,13 @@
|
||||
{
|
||||
"name": "gitea",
|
||||
"description": "Gitea is a painless self-hosted Git service.",
|
||||
"repository": "https://gitlab.com/autonomic-cooperative/coop-cloud/gitea"
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user