Skip to content

Commit

Permalink
Atualiza versão do postgre nos ambiente de desenvolvimento e pordução…
Browse files Browse the repository at this point in the history
… para usar a versão 16.2
  • Loading branch information
erleibiazzio committed Apr 24, 2024
1 parent 68fb65a commit fa4afba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
command: --maxmemory 256Mb --maxmemory-policy allkeys-lru

db:
image: postgis/postgis:14-master
image: postgis/postgis:16-master
environment:
- POSTGRES_PASSWORD=mapas
- POSTGRES_USER=mapas
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- sessions

db:
image: postgis/postgis:14-master
image: postgis/postgis:16-master
restart: unless-stopped
environment:
- POSTGRES_PASSWORD=mapas
Expand Down

0 comments on commit fa4afba

Please sign in to comment.