Debain-repos/docker/docker-compose.yml

17 lines
403 B
YAML
Raw Permalink Normal View History

---
services:
debmirup:
container_name: Debian_Mirrors_Updater
build: ./
2025-05-11 19:16:07 +02:00
image: debmirrorupd:V2.0.1
environment:
- DEBMIRRORURL=https://www.debian.org/mirror/list
2025-05-11 19:16:07 +02:00
- GITURLPROTO=https
- GITURL=tea.shupogaki.org
2025-05-24 10:24:10 +02:00
- GITREPOPATH=YuruC3/Repo-IP-lists.git
- GITEA_TOKEN=<CHANGE_ME>
2025-05-11 19:16:07 +02:00
- EXTRAREPOS=True
- SECURITYREPOS=True
restart: unless-stopped