Skip to content

Commit b3e1881

Browse files
authored
Add Postgres 15 to docker compose (vapor#366)
1 parent 8981a23 commit b3e1881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ x-shared-config: &shared_config
1010
- 5432:5432
1111

1212
services:
13+
psql-15:
14+
image: postgres:15
15+
<<: *shared_config
1316
psql-14:
1417
image: postgres:14
1518
<<: *shared_config

0 commit comments

Comments
 (0)