Debain-repos/docker/docker-compose.yml
2025-05-11 19:16:07 +02:00

17 lines
403 B
YAML

---
services:
debmirup:
container_name: Debian_Mirrors_Updater
build: ./
image: debmirrorupd:V2.0.1
environment:
- DEBMIRRORURL=https://www.debian.org/mirror/list
- GITURLPROTO=https
- GITURL=tea.shupogaki.org
- GITREPOPATH=YuruC3/Debain-repos.git
- GITEA_TOKEN=<CHANGHE_ME>
- EXTRAREPOS=True
- SECURITYREPOS=True
restart: unless-stopped