14 lines
287 B
YAML
14 lines
287 B
YAML
services:
|
|
monitor:
|
|
build:
|
|
context: .
|
|
image: endpoint-monitor:local
|
|
init: true
|
|
ports:
|
|
- "8000:8000"
|
|
environment:
|
|
MONITOR_LOG_LEVEL: INFO
|
|
MONITOR_CONNECT_TIMEOUT_SECONDS: "2"
|
|
MONITOR_READ_TIMEOUT_SECONDS: "5"
|
|
restart: unless-stopped
|