Skip to content

Commit

Permalink
Remove PostGIS as we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 18, 2018
1 parent 2a8cfc9 commit abb0468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#FROM postgres:9.6
FROM mdillon/postgis:9.6-alpine
MAINTAINER Open Knowledge
FROM postgres:9.6-alpine
MAINTAINER Open Knowledge International

# Allow connections; we don't map out any ports so only linked docker containers can connect
RUN echo "host all all 0.0.0.0/0 md5" >> /var/lib/postgresql/data/pg_hba.conf
Expand All @@ -11,5 +10,5 @@ ENV POSTGRES_USER ckan
ARG POSTGRES_PASSWORD
ARG DATASTORE_READONLY_PASSWORD

# Include datastore setup scripts
# Include extra setup scripts (eg datastore)
ADD docker-entrypoint-initdb.d /docker-entrypoint-initdb.d

This file was deleted.

0 comments on commit abb0468

Please sign in to comment.