mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
disable minecraft server
This commit is contained in:
parent
f43b37b6c3
commit
4ee2234937
1 changed files with 22 additions and 22 deletions
|
|
@ -147,28 +147,28 @@ services:
|
||||||
BACKEND_URL: "http://cors-school-server:8080/api"
|
BACKEND_URL: "http://cors-school-server:8080/api"
|
||||||
networks:
|
networks:
|
||||||
- cors-school
|
- cors-school
|
||||||
minecraft_server:
|
# minecraft_server:
|
||||||
container_name: minecraft-server
|
# container_name: minecraft-server
|
||||||
image: itzg/minecraft-server:latest
|
# image: itzg/minecraft-server:latest
|
||||||
restart: always
|
# restart: always
|
||||||
environment:
|
# environment:
|
||||||
- TYPE=VANILLA
|
# - TYPE=VANILLA
|
||||||
- VERSION=1.20.1
|
# - VERSION=1.20.1
|
||||||
- DIFFICULTY=HARD
|
# - DIFFICULTY=HARD
|
||||||
- EULA=TRUE
|
# - EULA=TRUE
|
||||||
- MOTD=baden
|
# - MOTD=baden
|
||||||
- MEMORY=6G
|
# - MEMORY=6G
|
||||||
- MODE=creative
|
# - MODE=creative
|
||||||
- PVP=true
|
# - PVP=true
|
||||||
- SERVER_NAME=hallenbad
|
# - SERVER_NAME=hallenbad
|
||||||
- USE_AIKAR_FLAGS=true
|
# - USE_AIKAR_FLAGS=true
|
||||||
env_file:
|
# env_file:
|
||||||
# For example, storing the WHITELIST and OPS
|
# # For example, storing the WHITELIST and OPS
|
||||||
- /apps/minecraft/.env
|
# - /apps/minecraft/.env
|
||||||
ports:
|
# ports:
|
||||||
- "25565:25565"
|
# - "25565:25565"
|
||||||
volumes:
|
# volumes:
|
||||||
- /apps/minecraft/server:/data
|
# - /apps/minecraft/server:/data
|
||||||
networks:
|
networks:
|
||||||
cors-school:
|
cors-school:
|
||||||
hugo-chat:
|
hugo-chat:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue