You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
bmen 6f759d3830 Dokumentation über die Variablendatein .env 5 years ago
.gitignore Initial commit 5 years ago
README.md Dokumentation über die Variablendatein .env 5 years ago
backup.sh Initial commit 5 years ago
docker-compose-prod.yml Initial commit 5 years ago
docker-compose.yml Initial commit 5 years ago

README.md

Gitea

.env Variablen für Produktion

Es muss auf dem Server eine .env Datein im Rootverzeichnis des Repos manuell mit folgendem Inhalt erstellt werden:

DB_USER=gitea
DB_NAME=gitea
DB_PASSWD=<SECRET PASSWORD>
MYSQL_ROOT_PASSWORD=<SECRET ROOT PASSWORD>