disable minecraft server

This commit is contained in:
nora 2023-10-22 12:28:21 +02:00
parent f43b37b6c3
commit 4ee2234937

View file

@ -147,28 +147,28 @@ services:
BACKEND_URL: "http://cors-school-server:8080/api"
networks:
- cors-school
minecraft_server:
container_name: minecraft-server
image: itzg/minecraft-server:latest
restart: always
environment:
- TYPE=VANILLA
- VERSION=1.20.1
- DIFFICULTY=HARD
- EULA=TRUE
- MOTD=baden
- MEMORY=6G
- MODE=creative
- PVP=true
- SERVER_NAME=hallenbad
- USE_AIKAR_FLAGS=true
env_file:
# For example, storing the WHITELIST and OPS
- /apps/minecraft/.env
ports:
- "25565:25565"
volumes:
- /apps/minecraft/server:/data
# minecraft_server:
# container_name: minecraft-server
# image: itzg/minecraft-server:latest
# restart: always
# environment:
# - TYPE=VANILLA
# - VERSION=1.20.1
# - DIFFICULTY=HARD
# - EULA=TRUE
# - MOTD=baden
# - MEMORY=6G
# - MODE=creative
# - PVP=true
# - SERVER_NAME=hallenbad
# - USE_AIKAR_FLAGS=true
# env_file:
# # For example, storing the WHITELIST and OPS
# - /apps/minecraft/.env
# ports:
# - "25565:25565"
# volumes:
# - /apps/minecraft/server:/data
networks:
cors-school:
hugo-chat: