rust server addition

This commit is contained in:
Didier Slof 2022-12-05 09:15:35 +01:00
parent 01e4c835b2
commit c9cb7dee90
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -30,7 +30,13 @@ services:
environment: environment:
- RUST_SERVER_NAME=smexypexyrustserver - RUST_SERVER_NAME=smexypexyrustserver
- RUST_SERVER_MAXPLAYERS=20 - RUST_SERVER_MAXPLAYERS=20
- RUST_SERVER_WORLDSIZE=2500
- RUST_SERVER_SEED=694201
- RUST_SERVER_PORT=28115
- RUST_SERVER_PASSWORD=smexypexy
volumes:
- /srv/rust/data:/data
ports: # 281** is allocated for Rust ports: # 281** is allocated for Rust
- "28115:28015" - "28115:28115"
- "28116:28016" - "28116:28016"
- "28182:28082" - "28182:28082"