Skip to content
Snippets Groups Projects
Unverified Commit 901caad9 authored by BITARD Michaël's avatar BITARD Michaël Committed by GitHub
Browse files

chore(infra): installe la dernière version de postgres (15.2) / postgis (3.3) (#470)

parent bc4f44a8
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgis/postgis:12-3.3
image: postgis/postgis:15-3.3
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
......
......@@ -25,7 +25,7 @@ services:
- ./.env:/.env
db:
container_name: camino_api_db
image: postgis/postgis:12-3.3
image: postgis/postgis:15-3.3
environment:
PGUSER: ${PGUSER}
POSTGRES_USER: ${PGUSER}
......
......@@ -29,7 +29,7 @@ services:
restart: unless-stopped
db:
container_name: camino_api_db
image: postgis/postgis:12-3.3
image: postgis/postgis:15-3.3
environment:
PGUSER: ${PGUSER}
POSTGRES_USER: ${PGUSER}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment