python-dependency-injector/examples/miniapps/monitoring-daemon-asyncio/docker-compose.yml
Roman Mogylatov 2fc3606671
Asyncio daemon example (#276)
* Add prototype

* Update .pydocstylerc

* Add tests

* Remove one of the tests

* Fix typo in the giphynav-aiohttp

* Add README

* Fix flake8
2020-08-05 22:11:26 -04:00

10 lines
113 B
YAML

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