mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
28 lines
685 B
Markdown
28 lines
685 B
Markdown
# [gitea-mirror](https://docs.gitea.com/usage/repository/repo-mirror/)
|
|
|
|
## gitea-mirror
|
|
|
|
### General
|
|
|
|
- Compose Path: `./projects/gitea-mirror/docker-compose.yml`
|
|
|
|
### Environment
|
|
|
|
- BETTER_AUTH_SECRET: #your secret, which is automatically generated by the gitea-mirror template
|
|
- BETTER_AUTH_URL: #your gitea-mirror domain - for example `https://giteamirror.example.com`
|
|
|
|
### Domains
|
|
|
|
- Service Name: `gitea-mirror`
|
|
- Container Port: `4321`
|
|
- HTTPS: `true`
|
|
- Certificate Provider: `Let's Encrypt`
|
|
|
|
### Volume Backups
|
|
|
|
- Task Name: `gitea-mirror`
|
|
- Schedule `0 0 * * *`
|
|
- Service Name: `gitea-mirror`
|
|
- Volume: `giteamirror-giteamirror-xxx`
|
|
- Keep Latest Backups: `7`
|
|
- Enabled: `true` |