Add playbook plugin
This commit is contained in:
parent
b68f858994
commit
edd323e39a
2
app.json
2
app.json
@ -3,7 +3,7 @@
|
|||||||
"description": "Gitea is a painless self-hosted Git service.",
|
"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": {
|
"dokku": {
|
||||||
"plugins": ["mariadb"],
|
"plugins": ["mariadb", "ansible-playbook"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{ "host": "/var/lib/gitea", "app": "/data" },
|
{ "host": "/var/lib/gitea", "app": "/data" },
|
||||||
{ "host": "/etc/timezone", "app": "/etc/timezone:ro" },
|
{ "host": "/etc/timezone", "app": "/etc/timezone:ro" },
|
||||||
|
Reference in New Issue
Block a user