Added additional container for custom urls
This commit is contained in:
18
customList/docker-compose.yml
Normal file
18
customList/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
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=0938a2033324b987bbcb2976b56d147a9a00d8a2
|
||||
- REPOFILE=repoList.list
|
||||
volumes:
|
||||
- ./repoList.list:/etc/customMirrors/repoList.list:ro
|
||||
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user