no rust
This commit is contained in:
parent
442da7b136
commit
fd7983c510
1 changed files with 0 additions and 32 deletions
|
@ -84,38 +84,6 @@ services:
|
|||
- minecraft
|
||||
|
||||
### END MINECRAFT ###
|
||||
|
||||
rust:
|
||||
image: didstopia/rust-server:latest
|
||||
environment:
|
||||
- RUST_SERVER_IDENTITY=smexypexy
|
||||
- RUST_SERVER_NAME=smexypexyrustserver
|
||||
- RUST_SERVER_MAXPLAYERS=20
|
||||
- RUST_SERVER_WORLDSIZE=2500
|
||||
- RUST_SERVER_SEED=694201
|
||||
- RUST_SERVER_URL=rust.neo.faulty.nl
|
||||
- RUST_SERVER_PORT=28115
|
||||
- RUST_APP_PORT=28182
|
||||
- RUST_RCON_PORT=28116
|
||||
- RUST_RCON_PASSWORD=smexypexy
|
||||
- RUST_OXIDE_ENABLED=1
|
||||
# web
|
||||
- LETSENCRYPT_HOST=rust.neo.faulty.nl
|
||||
- VIRTUAL_HOST=rust.neo.faulty.nl
|
||||
- VIRTUAL_PORT=8080
|
||||
volumes:
|
||||
- /srv/rust/data:/steamcmd/rust
|
||||
networks:
|
||||
- proxy
|
||||
- default
|
||||
ports: # 281** is allocated for Rust
|
||||
- "28115:28115"
|
||||
- "28115:28115/udp"
|
||||
- "28116:28116"
|
||||
- "28182:28182"
|
||||
|
||||
### END STEAMCMD ###
|
||||
|
||||
# docker run -it --rm -p 7777:7777 -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest
|
||||
smpxterraria:
|
||||
image: ryshe/terraria:latest
|
||||
|
|
Reference in a new issue