--- 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=3947a16ee5c3a337d6ff9cfb32d361167d4099d7 - REPOFILE=repoList.list - IPV4FILENAME=customListNv4 - IPV6FILENAME=customListNv6 volumes: - ./repoList.list:/etc/customMirrors/repoList.list:ro restart: unless-stopped