diff --git a/AiO_Container/docker-compose.yml b/AiO_Container/docker-compose.yml new file mode 100644 index 0000000..96b5d0c --- /dev/null +++ b/AiO_Container/docker-compose.yml @@ -0,0 +1,19 @@ +--- + +services: + debmirup: + container_name: Debian_Mirrors_Updater + # build: ./ + image: tea.shupogaki.org/yuruc3/debianrepolist:v0.4.1 + 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