Rework Docker setup, provide for remote DB, add example JSON

This commit is contained in:
Laurent Bossavit 2016-05-04 19:22:56 +02:00
parent 1f8741a14b
commit 6ef16787ab
8 changed files with 96 additions and 22 deletions

4
Dockerfile-postgres Normal file
View file

@ -0,0 +1,4 @@
FROM postgres:9.5
RUN apt-get update
RUN apt-get install -y postgis
ADD /setup.sql /docker-entrypoint-initdb.d/