Skip to content

Commit

Permalink
remove mtweb service (replaced with builtin wasm bundle in ui)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jan 22, 2024
1 parent 0d1f6c0 commit 345ea52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -113,7 +106,6 @@ services:
- default
restart: always
depends_on:
- mtweb
- highscore
- mapserver
- wiki
Expand Down

0 comments on commit 345ea52

Please sign in to comment.