feat: update postgre

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 14:57:16 +02:00
parent e8f2cdffae
commit e998cd2368

View File

@@ -10,7 +10,7 @@ services:
depends_on: depends_on:
- db - db
db: db:
image: postgres:13.5 image: postgres:15.3
restart: always restart: always
env_file: ".env" env_file: ".env"
volumes: volumes: