Added docker-compose
This commit is contained in:
19
AiO_Container/docker-compose.yml
Normal file
19
AiO_Container/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user