Gitea Config

This commit is contained in:
2021-04-17 18:13:31 +00:00
parent 32a373ae6b
commit de4a33fef5
5 changed files with 106 additions and 1 deletions

View File

@@ -1,2 +1,21 @@
# tpl.docker-compose
# Gitea
## Requirements
* Docker
* docker-compose
## Quick start
1. Copy the examples and adapt as needed their content:
```sh
cp env.example .env
cp gitea.env.example gitea.env
```
2. Start Gitea:
```sh
docker-compose up -d
```