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:
Akshat Jain 2024-08-19 16:27:36 +05:30 committed by GitHub
parent 807dfec7ad
commit bf08d21da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 26 additions and 26 deletions

View file

@ -101,7 +101,7 @@ services:
plane-db:
container_name: plane-db
image: postgres:15.2-alpine
image: postgres:15.7-alpine
restart: always
command: postgres -c 'max_connections=1000'
volumes: