From 345ea52030be63ad60b63ea14d923d49fc6f0db9 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Mon, 22 Jan 2024 06:38:54 +0100 Subject: [PATCH] remove mtweb service (replaced with builtin wasm bundle in ui) --- config/nginx.conf | 10 ---------- docker-compose.yml | 8 -------- 2 files changed, 18 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index 5075bd9..7275e11 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -100,16 +100,6 @@ http { access_log off; } - location /mtweb/ { - proxy_pass http://mtweb:8080/; - proxy_buffering off; - proxy_http_version 1.1; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection $http_connection; - access_log off; - } - location /ui/ { proxy_pass http://ui:8080/; proxy_buffering off; diff --git a/docker-compose.yml b/docker-compose.yml index 4c93f75..da29abe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,13 +42,6 @@ services: options: max-size: 50m - mtweb: - image: ghcr.io/buckaroobanzay/minetest-web:v1.4 - restart: always - environment: - ALLOWED_HOST: "minetest" - ALLOWED_PORT: "30000" - ui: image: ghcr.io/minetest-go/mtui:1.60 restart: always @@ -113,7 +106,6 @@ services: - default restart: always depends_on: - - mtweb - highscore - mapserver - wiki