autocf: add support for mods downloads repo (#2106)

This commit is contained in:
Geoff Bourne
2023-04-29 20:30:59 -05:00
committed by GitHub
parent 982f40e4b4
commit bad30b5022
5 changed files with 11 additions and 7 deletions

View File

@@ -8,12 +8,11 @@ services:
environment:
EULA: "true"
TYPE: AUTO_CURSEFORGE
CF_API_KEY: # allocate from https://console.curseforge.com/
# allocate from https://console.curseforge.com/ and set in .env file
CF_API_KEY: ${CF_API_KEY}
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-8
CF_FILENAME_MATCHER: "1.0.6"
MEMORY: 4G
volumes:
- mc-data:/data
volumes:
mc-data: {}
- ./data:/data
- ./downloads:/downloads