Version update for postgres and python (#5378)
* version updates for pyrhon and postgres * updated version for python and postgres * Update docker-compose.yml
This commit is contained in:
parent
807dfec7ad
commit
bf08d21da6
5 changed files with 26 additions and 26 deletions
|
|
@ -138,7 +138,7 @@ services:
|
|||
|
||||
plane-db:
|
||||
<<: *app-env
|
||||
image: postgres:15.5-alpine
|
||||
image: postgres:15.7-alpine
|
||||
pull_policy: if_not_present
|
||||
restart: unless-stopped
|
||||
command: postgres -c 'max_connections=1000'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue