Add Docker and GitLab CI.

This commit is contained in:
Paul Makles
2020-08-30 15:07:45 +01:00
parent 000ffe6aaa
commit 8bb1977025
5 changed files with 113 additions and 110 deletions

View File

@@ -125,7 +125,7 @@ pub fn launch_server() {
state::init();
listen(
env::var("WS_HOST").unwrap_or("0.0.0.0:9999".to_string()),
env::var("WS_HOST").unwrap_or("0.0.0.0:9000".to_string()),
|sender| Server {
sender,
user_id: None,