Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chebizarro/tegola-playground
- Owner: chebizarro
- Created: 2018-03-24T19:49:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T19:30:21.000Z (over 6 years ago)
- Last Synced: 2024-08-06T03:01:38.142Z (3 months ago)
- Topics: gis, postgis, vector-tiles
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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