This example configures tilenol to use a PostGIS backend to service tile requests for our map.
To start a locally-running PostGIS database, you can run the official Docker image:
docker run -it -p 5432:5432 -e POSTGRES_HOST_AUTH_METHOD=trust postgis/postgis
Once your database is ready to receive connections, you can load some sample data for testing:
./create_table.sh
Lastly, start tilenol:
tilenol run -x