6 lines
95 B
YAML
6 lines
95 B
YAML
services:
|
|
health-api:
|
|
build: .
|
|
ports:
|
|
- "9000:9000"
|
|
restart: unless-stopped |