2025-05-11 14:06:58 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
services:
|
|
|
|
debmirup:
|
|
|
|
container_name: Debian_Mirrors_Updater
|
|
|
|
build: ./
|
2025-05-11 19:16:07 +02:00
|
|
|
image: debmirrorupd:V2.0.1
|
2025-05-11 14:06:58 +02:00
|
|
|
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
|
2025-05-11 14:06:58 +02:00
|
|
|
restart: unless-stopped
|