1
1

use postgres 14 in local dev environment

This commit is contained in:
2021-12-19 17:53:08 +01:00
parent acabfd4f71
commit 23547f5708

View File

@@ -3,7 +3,7 @@ version: "3.8"
services:
db:
image: postgres:13-alpine
image: postgres:14-alpine
environment:
POSTGRES_DB: "financeplanner_db"
POSTGRES_USER: "financeplanner_user"