Added docker-compose

This commit is contained in:
2026-01-24 23:37:50 +01:00
parent 1ad1e26f72
commit 0fb6f9baa5

View File

@@ -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