diff --git a/Config/F-DroidRepo/docker-compose.example.yml b/Config/F-DroidRepo/docker-compose.example.yml index 07f6451..67c49f3 100644 --- a/Config/F-DroidRepo/docker-compose.example.yml +++ b/Config/F-DroidRepo/docker-compose.example.yml @@ -8,8 +8,10 @@ services: context: ./ network: host args: - WEBROOT: ${WEBROOT} - REPO: ${REPO} + #WEBROOT: ${WEBROOT} + #REPO: ${REPO} + REPO_DOMAIN: ${REPO_DOMAIN} + REPO_NAME: ${REPO_NAME} FILE00: ${FILE00} FILE01: ${FILE01} FILE02: ${FILE02} @@ -31,9 +33,13 @@ services: FILE18: ${FILE18} FILE19: ${FILE19} restart: always + ports: + - "8015:80" environment: - - WEBROOT=$WEBROOT - - REPO=$REPO + #- WEBROOT=$WEBROOT + #- REPO=$REPO + - REPO_DOMAIN=$REPO_DOMAIN + - REPO_NAME=$REPO_NAME - FILE00=$FILE00 - FILE01=$FILE01 - FILE02=$FILE02 @@ -54,9 +60,9 @@ services: - FILE17=$FILE17 - FILE18=$FILE18 - FILE19=$FILE19 - volumes: - - ../../Volumes/F-DroidRepo/fdroid:/root/fdroid - - ../../Volumes/F-DroidRepo/nginx:/var/www/html + #volumes: + # #- ../../Volumes/F-DroidRepo/fdroid:/root/fdroid + # - ../../Volumes/F-DroidRepo/nginx:/var/www/html deploy: mode: global resources: diff --git a/Config/F-DroidRepo/example.env b/Config/F-DroidRepo/example.env index a15a94d..325930e 100644 --- a/Config/F-DroidRepo/example.env +++ b/Config/F-DroidRepo/example.env @@ -11,11 +11,11 @@ MEM=0.25G ## Repo Settings ## -WEBROOT="/var/www/html" -REPO="/root/fdroid" +#WEBROOT="/var/www/html" +#REPO="/root/fdroid" +REPO_DOMAIN="https://fdroid.hyperling.com" REPO_NAME="Hyperling's Apps" -REPO_LINK="https://fdroid.hyperling.com" ## Files ## # Should be provided as URLs directly to the APK files. @@ -27,12 +27,12 @@ REPO_LINK="https://fdroid.hyperling.com" #FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/TBD" #FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TBD" #FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/latest/TBD" -FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/1.0.1/CarbUp_v1.0.1.apk" -FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/0.1.3/ExpenseTracker_v0.1.3.apk" -FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/1.1.1/InfiniteTimer_v1.1.1.apk" -FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/1.07/The45MinuteRule_v1.0.7.apk" -FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/1.1.0/TicTacToe_v1.1.0.apk" -FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/0.0.11/HyperGames_v0.0.11.apk" +FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/latest/CarbUp_v1.0.1.apk" +FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/ExpenseTracker_v0.1.3.apk" +FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/InfiniteTimer_v1.1.1.apk" +FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/The45MinuteRule_v1.0.7.apk" +FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TicTacToe_v1.1.0.apk" +FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/latest/HyperGames_v0.0.11.apk" FILE06="" FILE07="" FILE08=""