docker compose file

This commit is contained in:
kacarmichael 2025-05-28 01:31:21 -05:00
parent 7028bbd30d
commit 10b95f44f4

6
docker-compose.yaml Normal file
View File

@ -0,0 +1,6 @@
services:
health-api:
build: .
ports:
- "8080:8080"
restart: unless-stopped