Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chebizarro/tegola-playground

Docker Compose scripts for orchestrating a Tegola instance with PostGIS and sample data
https://github.com/chebizarro/tegola-playground

gis postgis vector-tiles

Last synced: about 18 hours ago
JSON representation

Docker Compose scripts for orchestrating a Tegola instance with PostGIS and sample data

Awesome Lists containing this project

README

        

# Tegola Playground

This repo contains a simple Docker Compose configuration for orchestrating a basic installation of [Tegola](https://github.com/go-spatial/tegola) with PostGIS loaded with the Bonn sample dataset.

## Usage

To build the images:

docker-compose build

To run:

docker-compose up -d

To stop:

docker-compose stop