Debain-repos/customList/docker-compose.yml

19 lines
439 B
YAML

---
services:
debmirup:
container_name: Debian_Mirrors_Updater
build: ./
#image: yuruc3/debianrepolist:v0.3
environment:
- GITURLPROTO=https
- GITURL=tea.shupogaki.org
- GITREPOPATH=YuruC3/Repo-IP-lists.git
- GITEA_TOKEN=0938a2033324b987bbcb2976b56d147a9a00d8a2
- REPOFILE=repoList.list
volumes:
- ./repoList.list:/etc/customMirrors/repoList.list:ro
restart: unless-stopped