mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Updated db containers, and dependencies
This commit is contained in:
parent
2daa3993ee
commit
6fffe61b93
6 changed files with 17 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
mysql:
|
||||
image: mysql:8.4
|
||||
image: mysql:9.0
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
|
|
@ -14,7 +14,7 @@ services:
|
|||
profiles:
|
||||
- mysql
|
||||
postgres:
|
||||
image: postgres:16.3
|
||||
image: postgres:17.0
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue