transferred plugins into the compose file

This commit is contained in:
Eldar Ikhsanov
2026-07-17 17:58:47 +03:00
parent b1dcac46eb
commit 290047692a
7 changed files with 12 additions and 2 deletions
+12 -2
View File
@@ -4,19 +4,29 @@ services:
pull_policy: daily
tty: true
stdin_open: true
depends_on:
restore-backup:
condition: service_completed_successfully
user: "${UID}:${GID}"
ports:
- "${SERVER_PORT}:25565"
- "${VOICE_CHAT_PORT}:24454/udp"
- "${RCON_PORT}:25585"
- "${BLUEMAP_PORT}:8100"
- "${BLUEMAP_PORT}:8080"
- "${GEYSER_PORT}:19132/udp"
environment:
VERSION: "1.21.4"
ANNOUNCE_PLAYER_ACHIEVEMENTS: false
EULA: "TRUE"
TYPE: "FOLIA"
PLUGINS:
PLUGINS: |
https://hangarcdn.papermc.io/plugins/henkelmax/SimpleVoiceChat/versions/bukkit-2.6.20/PAPER/voicechat-bukkit-2.6.20.jar
https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/spigot
https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/spigot
https://hangarcdn.papermc.io/plugins/froobynooby/SeeMore/versions/1.0.2/PAPER/SeeMore-1.0.2.jar
https://hangarcdn.papermc.io/plugins/ViaVersion/ViaVersion/versions/5.11.0/PAPER/ViaVersion-5.11.0.jar
https://hangarcdn.papermc.io/plugins/SRTeam/SkinsRestorer/versions/15.12.4/PAPER/SkinsRestorer.jar
https://hangarcdn.papermc.io/plugins/jmp/squaremap/versions/1.3.14/PAPER/squaremap-paper-mc26.2-1.3.14.jar
COPY_CONFIG_DEST: "/data"
ONLINE_MODE: false
RCON_PASSWORD: ${RCON_PASSWORD}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.