Skip to content

Commit 9c21e8e

Browse files
orffelixxm
authored andcommitted
Used the official PostGIS docker image.
1 parent 07e083c commit 9c21e8e

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Dockerfile-postgis

Lines changed: 0 additions & 9 deletions
This file was deleted.

docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,7 @@ services:
6565
- postgres-gis-db
6666
postgres-gis-db:
6767
<<: *postgres-base
68-
image: djangobox/django-docker-box:postgres-gis-${POSTGRES_VERSION}-${POSTGIS_VERSION}
69-
build:
70-
dockerfile: Dockerfile-postgis
71-
context: .
72-
args:
73-
- POSTGRES_VERSION=${POSTGRES_VERSION}
74-
- POSTGIS_VERSION=${POSTGIS_VERSION}
68+
image: postgis/postgis:${POSTGRES_VERSION}-${POSTGIS_VERSION}
7569

7670
mysql:
7771
<<: *base

0 commit comments

Comments
 (0)