diff --git a/docker-compose.games.yml b/docker-compose.games.yml index a75a31e..d6a3d52 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -38,10 +38,18 @@ services: - RUST_APP_PORT=28182 - RUST_RCON_PORT=28116 - RUST_RCON_PASSWORD=smexypexy + - LETSENCRYPT_HOST=neo.faulty.nl + - VIRTUAL_HOST=neo.faulty.nl + - VIRTUAL_PORT=8080 + - VIRUTAL_PATH=/rust + - VIRUTAL_DEST=/ volumes: - /srv/rust/data:/steamcmd/rust + networks: + - proxy + - default ports: # 281** is allocated for Rust + - "28115:28115" - "28115:28115/udp" - - "8080:8080" - "28116:28116" - "28182:28182" \ No newline at end of file