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

@@ -2,6 +2,9 @@ RCON_PASSWORD=${CFG_RCON_PASSWORD}
FORWARDING_SECRET=${CFG_FORWARDING_SECRET}
DCLINK_GUILD=${CFG_DCLINK_GUILD}
DCLINK_CHANNEL=${CFG_DCLINK_CHANNEL}
DCLINK_ROLE=${CFG_DCLINK_ROLE}
DCLINK_TOKEN=${CFG_DCLINK_TOKEN}
LUCKPERMS_DB_PASSWORD=${CFG_LUCKPERMS_DB_PASSWORD}