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:
- db
db:
image: postgres:13.5
image: postgres:15.3
restart: always
env_file: ".env"
volumes: