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.
|
5 months ago | |
---|---|---|
backups | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 4 years ago | |
backup | 4 years ago | |
backup_prune | 4 years ago | |
docker-compose.yml | 5 months ago |
README.md
Gitea in Gitea
This is how I run gitea.
I do it this way because I prioritize;
- simplicity
- minimal maintence
- portability
Usage
Startup
- Install docker
- Run with
docker-compose up -d --build
- Optionally put a webserver in front for ssl, I use caddy
Maintence
Upgrade gitea by changing the version in the docker-compose.yml
and running docker-compose pull && docker-compose up -d
Data safety
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.