mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 13:59:37 +00:00
15 lines
No EOL
263 B
YAML
15 lines
No EOL
263 B
YAML
services:
|
|
|
|
petclinic:
|
|
image: multi-petclinic
|
|
ports:
|
|
- 8080:8080
|
|
|
|
postgres:
|
|
image: postgres:17.0
|
|
ports:
|
|
- "5432:5432"
|
|
environment:
|
|
- POSTGRES_PASSWORD=petclinic
|
|
- POSTGRES_USER=petclinic
|
|
- POSTGRES_DB=petclinic |