mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
7dbd8256ea
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
17 lines
492 B
YAML
17 lines
492 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
restart: "no"
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "TRUE"
|
|
SETUP_ONLY: "TRUE"
|
|
VERSION: ${MINECRAFT_VERSION:-LATEST}
|
|
MODS_FORGEAPI_DOWNLOAD_DEPENDENCIES: "TRUE"
|
|
MODS_FORGEAPI_PROJECTIDS: 306612,416089,220318
|
|
# Allows for Beta releases of 416089 the Fabric Voice Mod
|
|
MODS_FORGEAPI_RELEASES: BETA
|
|
MODS_FORGEAPI_KEY: ${MODS_FORGEAPI_KEY}
|
|
REMOVE_OLD_FORGEAPI_MODS: "TRUE"
|