arch mirror
This commit is contained in:
parent
89669189a5
commit
b411cde909
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@ services:
|
|||
networks:
|
||||
- proxy
|
||||
|
||||
flexo: # arch repo mirror
|
||||
image: nroi/flexo:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=arch.neo.faulty.nl
|
||||
- VIRTUAL_HOST=arch.neo.faulty.nl
|
||||
- VIRTUAL_PORT=7878
|
||||
volumes:
|
||||
- /srv/flexo/config:/etc/flexo
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
|
|
Reference in a new issue