Switch from bind mounts to named docker volumes

This commit is contained in:
2026-01-16 05:31:55 +00:00
parent 8a214c9610
commit 379bb85a42
13 changed files with 130 additions and 97 deletions

View File

@@ -4,11 +4,11 @@ database {
}
discord {
# Guild ID of the Guild where the bot will run
guild="1204371192727867393"
guild="${CFG_DCLINK_GUILD}"
# Channel ID of the channel where the bot will send the message with the button to link their account
link-channel="1206721349087793192"
link-channel="${CFG_DCLINK_CHANNEL}"
# Role ID of the role that the bot will give to the linked players (If left blank, the bot will not give any roles)
link-role="1206721407568969729"
link-role="${CFG_DCLINK_ROLE}"
# Message to show on the bot's status
status-message=Minecraft
# Bot Token (see https://discord.com/developers/applications)