rust + web + ports
This commit is contained in:
parent
415c95d07f
commit
ef4bc467c7
1 changed files with 9 additions and 1 deletions
|
@ -38,10 +38,18 @@ services:
|
||||||
- RUST_APP_PORT=28182
|
- RUST_APP_PORT=28182
|
||||||
- RUST_RCON_PORT=28116
|
- RUST_RCON_PORT=28116
|
||||||
- RUST_RCON_PASSWORD=smexypexy
|
- RUST_RCON_PASSWORD=smexypexy
|
||||||
|
- LETSENCRYPT_HOST=neo.faulty.nl
|
||||||
|
- VIRTUAL_HOST=neo.faulty.nl
|
||||||
|
- VIRTUAL_PORT=8080
|
||||||
|
- VIRUTAL_PATH=/rust
|
||||||
|
- VIRUTAL_DEST=/
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/rust/data:/steamcmd/rust
|
- /srv/rust/data:/steamcmd/rust
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
- default
|
||||||
ports: # 281** is allocated for Rust
|
ports: # 281** is allocated for Rust
|
||||||
|
- "28115:28115"
|
||||||
- "28115:28115/udp"
|
- "28115:28115/udp"
|
||||||
- "8080:8080"
|
|
||||||
- "28116:28116"
|
- "28116:28116"
|
||||||
- "28182:28182"
|
- "28182:28182"
|
Reference in a new issue