Skip to content
Snippets Groups Projects
Unverified Commit 6120a48d authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Move Postgis image to official one


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 8a4369b0
No related branches found
No related tags found
No related merge requests found
version: '3' version: "3"
services: services:
postgres: postgres:
container_name: mobilizon_db container_name: mobilizon_db
restart: unless-stopped restart: unless-stopped
image: mdillon/postgis:11 image: postgis/postgis:13-3.0
environment: environment:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
POSTGRES_DB: mobilizon_dev POSTGRES_DB: mobilizon_dev
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
restart: unless-stopped restart: unless-stopped
build: . build: .
volumes: volumes:
- '.:/app' - ".:/app"
ports: ports:
- "4000:4000" - "4000:4000"
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment