python-dependency-injector/examples/miniapps/monitoring-daemon-asyncio/docker-compose.yml
Roman Mogylatov e56b72e411 Add prototype
2020-08-05 13:13:09 -04:00

10 lines
113 B
YAML

version: "3.7"
services:
monitor:
build: ./
image: monitoring-daemon
volumes:
- "./:/code"