|
il y a 1 an | |
---|---|---|
backups | il y a 2 ans | |
.gitignore | il y a 2 ans | |
README.md | il y a 2 ans | |
backup | il y a 2 ans | |
backup_prune | il y a 2 ans | |
docker-compose.yml | il y a 1 an |
This is how I run gitea.
I do it this way because I prioritize;
docker-compose up -d --build
Upgrade gitea by changing the version in the docker-compose.yml
and running docker-compose pull && docker-compose up -d
You can do whatever preferred method to back up the contents of docker volumes to back up the gitea-data
folder.
However gitea has their own backup & restore method you should consiter.
I have created a backup
script to create backups and drop them in the ./backups
folder. I use this to run from cron.