Commit fc31a241 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #414 from joaojoyce/postgis-support

Postgis Support
parents 3e4a5edc a42f62c6
......@@ -150,6 +150,19 @@ services:
POSTGRES_USER: homestead
POSTGRES_PASSWORD: secret
### PostgreSQL PostGis Container ############################
postgres-postgis:
build: ./postgres-postgis
volumes:
- postgres:/var/lib/postgresql/data
ports:
- "5432:5432"
environment:
POSTGRES_DB: homestead
POSTGRES_USER: homestead
POSTGRES_PASSWORD: secret
### Neo4j Container #########################################
neo4j:
......
FROM mdillon/postgis:latest
CMD ["postgres"]
EXPOSE 5432
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment