mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
10 lines
113 B
YAML
10 lines
113 B
YAML
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
|
||
|
monitor:
|
||
|
build: ./
|
||
|
image: monitoring-daemon
|
||
|
volumes:
|
||
|
- "./:/code"
|