AURCache Stack: add swe mirrorlist
This commit is contained in:
parent
6b23fc9a98
commit
bab541c845
2 changed files with 12 additions and 0 deletions
|
@ -13,6 +13,7 @@ services:
|
||||||
- "${WEBUI_PORT:-8081}:8081" # Frontend
|
- "${WEBUI_PORT:-8081}:8081" # Frontend
|
||||||
volumes:
|
volumes:
|
||||||
- ${REPO_PATH:-./repo}:/app/repo
|
- ${REPO_PATH:-./repo}:/app/repo
|
||||||
|
- ${MIRRORLIST_PATH:-./mirrorlist}.${MIRRORLIST_COUNTRY:-swe}:/app/config/pacman_x86_64/mirrorlist
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- DB_TYPE=POSTGRESQL
|
- DB_TYPE=POSTGRESQL
|
||||||
|
|
11
Docker/Docker-Compose/AURCache/mirrorlist.swe
Normal file
11
Docker/Docker-Compose/AURCache/mirrorlist.swe
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
## Sweden
|
||||||
|
Server = https://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch
|
||||||
|
## Sweden
|
||||||
|
Server = https://mirror.osbeck.com/archlinux/$repo/os/$arch
|
||||||
|
## Sweden
|
||||||
|
Server = https://mirror.bahnhof.net/pub/archlinux/$repo/os/$arch
|
||||||
|
## Sweden
|
||||||
|
Server = https://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch
|
||||||
|
## Sweden
|
||||||
|
Server = https://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue