Remove volume mounts from app json definition

This commit is contained in:
Luke Murphy 2020-03-19 02:02:33 +01:00
parent f80e4e5dfe
commit 025a970284
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 6 deletions

View File

@ -3,11 +3,6 @@
"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" }
]
"plugins": ["mariadb"]
}
}