rust + web + ports

This commit is contained in:
Didier Slof 2022-12-05 10:54:07 +01:00
parent 415c95d07f
commit ef4bc467c7
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -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"