Skip to content

Commit

Permalink
Since postgres only needs a single superuser, eliminate postgres init…
Browse files Browse the repository at this point in the history
… in lieu of image env vars.
  • Loading branch information
JivanAmara committed Jan 6, 2017
1 parent 4dc2dd6 commit 5d7a9fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
7 changes: 5 additions & 2 deletions scripts/docker-dev/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: '2'
services:
postgres:
build: "postgres-postgis/"
image: "postgresql-postgis:9.3-2.3"
image: mdillon/postgis:9.3
environment:
- POSTGRES_USER=osgeo
- POSTGRES_PASSWORD=osgeo
- POSTGRES_DB=osgeo
ports:
- "5432:5432"
expose:
Expand Down
3 changes: 0 additions & 3 deletions scripts/docker-dev/postgres-postgis/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/docker-dev/postgres-postgis/init-user-db.sh

This file was deleted.

0 comments on commit 5d7a9fa

Please sign in to comment.