22 lines
529 B
YAML
22 lines
529 B
YAML
---
|
|
|
|
services:
|
|
debmirup:
|
|
container_name: Debian_Mirrors_Updater
|
|
# build: ./
|
|
image: tea.shupogaki.org/yuruc3/debianrepolist:v0.4.1
|
|
volumes:
|
|
- ./customRepoList.list:/etc/debmirror/customRepoList.list
|
|
environment:
|
|
- GITURLPROTO=https
|
|
- GITURL=tea.shupogaki.org
|
|
- GITREPOPATH=YuruC3/Repo-IP-lists.git
|
|
- GITEA_TOKEN=6767
|
|
|
|
- EXTRA_REPOS=True
|
|
- PROXMOX_REPOS=True
|
|
- DOCKER_REPOS=True
|
|
- DEBIAN_REPOS=True
|
|
- OPNSENSE_REPOS=True
|
|
restart: unless-stopped
|