Bump postgres to v13 in Docker dev environment (#10225)

This commit is contained in:
Benjamin Bädorf
2022-03-09 10:18:07 +00:00
committed by GitHub
parent 7944813f9c
commit 88966fb20e
+2 -2
View File
@@ -90,7 +90,7 @@ services:
- backend
db:
image: postgres:10
image: postgres:13
<<: *restart_policy
stop_grace_period: "3s"
volumes:
@@ -111,7 +111,7 @@ services:
######### Testing stuff below ############
db-test:
image: postgres:10
image: postgres:13
stop_grace_period: "3s"
volumes:
- "pgdata-test:/var/lib/postgresql/data"