mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update docker-compose.yml with latest changes
This commit is contained in:
parent
22cd90d3ea
commit
cddffa38cb
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: '3.8'
|
|||
services:
|
||||
app:
|
||||
image: spring-petclinic:latest
|
||||
container_name: app
|
||||
container_name: spring-petclinic-app
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
|
||||
db:
|
||||
image: postgres:16.3
|
||||
container_name: db
|
||||
container_name: postgres-db
|
||||
environment:
|
||||
POSTGRES_USER: petclinic
|
||||
POSTGRES_PASSWORD: petclinic
|
||||
|
|
Loading…
Reference in a new issue