expose mapcleaner and state on https://pandorabox.io/mapcleaner

master
BuckarooBanzay 2020-12-06 18:48:59 +01:00
parent edaa16a5aa
commit aa796f9e4d
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,9 @@
location /mapcleaner/ {
proxy_pass http://mapcleaner: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;
}

View File

@ -49,7 +49,7 @@ services:
PGPASSWORD: enter
PGPORT: 5432
AREAS_FILE: /areas.dat
STARTYCHUNK: 1
STARTYCHUNK: 2
restart: "no"
postgres-exporter:
@ -124,6 +124,7 @@ services:
- wiki
- kv
- nodered
- mapcleaner
environment:
VIRTUAL_PORT: 80
VIRTUAL_HOST: pandorabox.io