Docker image update

This commit is contained in:
YuruC3
2025-06-30 15:52:44 +02:00
parent f572e9f10e
commit 75cb35b954
4 changed files with 62 additions and 24 deletions

View File

@@ -3,14 +3,14 @@
services:
debmirup:
container_name: Debian_Mirrors_Updater
build: ./
image: debmirrorupd:V2.0.1
# build: ./
image: yuruc3/debianrepolist:v0.3
environment:
- DEBMIRRORURL=https://www.debian.org/mirror/list
- GITURLPROTO=https
- GITURL=tea.shupogaki.org
- GITREPOPATH=YuruC3/Debain-repos.git
- GITEA_TOKEN=<CHANGHE_ME>
- GITREPOPATH=YuruC3/Repo-IP-lists.git
- GITEA_TOKEN=0938a2033324b987bbcb2976b56d147a9a00d8a2
- EXTRAREPOS=True
- SECURITYREPOS=True
restart: unless-stopped