Added deployment for main server
This commit is contained in:
parent
ed4a92d374
commit
acba38b8f9
2
deployment/cloud.cyperpunk.de.compose.yml
Normal file
2
deployment/cloud.cyperpunk.de.compose.yml
Normal file
@ -0,0 +1,2 @@
|
||||
include:
|
||||
- ../main/compose.yml
|
@ -1,7 +1,7 @@
|
||||
services:
|
||||
server:
|
||||
image: itzg/minecraft-server
|
||||
container_name: new
|
||||
container_name: mc-server
|
||||
restart: always
|
||||
environment:
|
||||
# What Server
|
||||
@ -33,7 +33,7 @@ services:
|
||||
|
||||
# World & Mod Data
|
||||
#WORLD:
|
||||
SEED: 795488740
|
||||
SEED: -2202949464251781243
|
||||
MODS_FILE: /extras/mods.txt
|
||||
# Whitelisting Players
|
||||
WHITELIST_FILE: https://git.cyperpunk.de/Garde-Studios/Uno-MC/raw/branch/main/whitelist.json
|
||||
@ -44,7 +44,7 @@ services:
|
||||
OPS_FILE: https://git.cyperpunk.de/Garde-Studios/Uno-MC/raw/branch/main/ops.json
|
||||
SYNC_SKIP_NEWER_IN_DESTINATION: false
|
||||
ports:
|
||||
- 30066:25565 # Connection Port
|
||||
- 30000:25565 # Connection Port
|
||||
- 31066:25575 # Rcon
|
||||
- 8090:8080 # Squaremap
|
||||
- 9001:25585 # Fabric Exporter
|
||||
|
Loading…
Reference in New Issue
Block a user