More work on the F-Droid Repo setup.

This commit is contained in:
2025-11-01 11:54:34 -07:00
parent 0ed000cd20
commit 9bc7988b81
3 changed files with 47 additions and 11 deletions

View File

@@ -8,9 +8,13 @@ services:
build:
context: ./
network: host
args:
WEBROOT: ${WEBROOT}
REPO: ${REPO}
restart: always
environment:
- REPO=$REPO
- WEBROOT=/var/www/html
- REPO=/root/fdroid
- FILE0=$FILE0
- FILE1=$FILE1
- FILE2=$FILE2
@@ -32,7 +36,8 @@ services:
- FILE18=$FILE18
- FILE19=$FILE19
volumes:
- ../../Volumes/F-DroidRepo:$REPO
- ../../Volumes/F-DroidRepo/fdroid:/root/fdroid
- ../../Volumes/F-DroidRepo/nginx:/var/www/html
deploy:
mode: global
resources: