docker compose file
This commit is contained in:
parent
7028bbd30d
commit
10b95f44f4
6
docker-compose.yaml
Normal file
6
docker-compose.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
services:
|
||||
health-api:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
||||
Loading…
x
Reference in New Issue
Block a user