17 lines
403 B
YAML
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/Repo-IP-lists.git
|
|
- GITEA_TOKEN=<CHANGE_ME>
|
|
- EXTRAREPOS=True
|
|
- SECURITYREPOS=True
|
|
restart: unless-stopped
|