mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Bump postgres to v13 in Docker dev environment (#10225)
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user