Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- infrared:
- build: "."
- container_name: "infrared"
- restart: "unless-stopped"
- stdin_open: true
- tty: true
- ports:
- - "25565:25565"
- - "19132:19132"
- volumes:
- - "/usr/local/infrared/configs:/configs"
- expose:
- - "25565"
- environment:
- INFRARED_CONFIG_PATH: "/configs"
- mc:
- image: itzg/minecraft-server
- restart: always
- tty: true
- stdin_open: true
- deploy:
- resources:
- limits:
- memory: 8000M
- reservations:
- memory: 2000M
- expose:
- - "25565"
- - "19132"
- environment:
- TZ: "Asia/Jakarta"
- MEMORY: 8G
- EULA: "TRUE"
- TYPE: "PAPER"
- ONLINE_MODE: "FALSE"
- DIFFICULTY: "EASY"
- SERVER_NAME: "EXAMPLE.COM"
- #PLUGINS: |
- # https://mediafilez.forgecdn.net/files/4675/318/worldguard-bukkit-7.0.9-dist.jar
- # https://download.geysermc.org/v2/projects/geyser/versions/2.1.1/builds/252/downloads/spigot
- # https://www.spigotmc.org/resources/farm-protection-for-mc-1-16-1-20.85488/download?version=365362
- # https://download.geysermc.org/v2/projects/floodgate/versions/2.2.2/builds/59/downloads/spigot
- # https://github.com/DiscordSRV/DiscordSRV/releases/download/v1.26.2/DiscordSRV-Build-1.26.2.jar
- # https://ci.citizensnpcs.co/job/citizens2/3179/artifact/dist/target/Citizens-2.0.32-b3179.jar
- # https://github.com/2008Choco/VeinMiner/releases/download/v2.1.0/VeinMiner-Bukkit-2.1.0.jar
- # https://github.com/dmulloy2/ProtocolLib/releases/download/5.1.0/ProtocolLib.jar
- # https://github.com/Gecolay/GSit/releases/download/1.4.10/GSit-1.4.10.jar
- # https://mediafilez.forgecdn.net/files/4586/220/worldedit-bukkit-7.2.15.jar
- volumes:
- # attach the relative directory 'data' to the container's /data path
- - /etc/minecraft:/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement