Dockerizing pg_tileserv.

Setup, healthcheck, and init work but load data does not load.
This commit is contained in:
Nat Hillard 2021-04-15 20:52:48 -04:00
commit ead6bc6d1f
9 changed files with 4003 additions and 0 deletions

5
server/README.md Normal file
View file

@ -0,0 +1,5 @@
# Tile Server
A simple tile server using [pg_tileserv](https://github.com/CrunchyData/pg_tileserv).
Based on pg_tileserv [docker example](https://github.com/CrunchyData/pg_tileserv/tree/master/examples/docker).