mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Create docker-compose.yml
This commit is contained in:
parent
e8e96af699
commit
aef9692c5c
1 changed files with 7 additions and 0 deletions
7
deploy/docker-compose.yml
Normal file
7
deploy/docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
std01-spring-petclinic:
|
||||||
|
image: ${IMAGE}:${TAG}
|
||||||
|
container_nome: spring_petclinic
|
||||||
|
ports:
|
||||||
|
- "80:8080"
|
Loading…
Reference in a new issue