mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +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:
|
services:
|
||||||
app:
|
app:
|
||||||
image: spring-petclinic:latest
|
image: spring-petclinic:latest
|
||||||
container_name: app
|
container_name: spring-petclinic-app
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
|
@ -18,7 +18,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16.3
|
image: postgres:16.3
|
||||||
container_name: db
|
container_name: postgres-db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: petclinic
|
POSTGRES_USER: petclinic
|
||||||
POSTGRES_PASSWORD: petclinic
|
POSTGRES_PASSWORD: petclinic
|
||||||
|
|
Loading…
Reference in a new issue