Skip to content
Snippets Groups Projects
Commit f4b7e8be authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Create docker-compose.yml

Now with docker-compose for ease use in prod
parent a7233222
No related branches found
No related tags found
No related merge requests found
Pipeline #2775 passed
version: "3"
services:
papermc:
image: gitlab.cl.uni-heidelberg.de:5050/tmueller/clspigot-docker:beta
environment:
MC_VERSION: "1.16.5"
MC_RAM: "6G"
ports:
- "25565:25565" # <Host-Port>:<Container-Port>, letzterer ist immer 25565
volumes:
- /coli/minecraft/papermc:/papermc
- /coli/minecraft/backups:/backup
- /coli/minecraft/web:/web
restart: on-failure
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment