Move Postgis image to official one

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-12-21 10:08:43 +01:00
parent 8a4369b0f3
commit 6120a48d20
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
version: '3'
version: "3"
services:
postgres:
container_name: mobilizon_db
restart: unless-stopped
image: mdillon/postgis:11
image: postgis/postgis:13-3.0
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: mobilizon_dev
@ -15,7 +15,7 @@ services:
restart: unless-stopped
build: .
volumes:
- '.:/app'
- ".:/app"
ports:
- "4000:4000"
depends_on: