This is a server that serves tiles that helps with debugging xyz tiles.
To set the port it is hosted on create and .env file and decleare
the variable PORT
A docker compose file is provided for convenience. Run it with
docker compose up -d
the tile server should then be accessable on http://localhost:8000
if you have not defined any port.
The tile endpoint is
http://localhost:8000/{z}/{x}/{y}.png