Bootstrap gitea app

This commit is contained in:
Luke Murphy 2020-03-10 09:35:48 +01:00
commit c89e6b6872
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 12 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM gitea/gitea:1.11.2
EXPOSE 80:8080

9
app.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "gitea",
"description": "Gitea is a painless self-hosted Git service.",
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
"success_url": "/",
"dokku": {
"plugins": []
}
}