You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
276 B

services:
filemonitor:
image: docker.example.com/filemonitor:1.0
build:
context: .
command:
- python3
- /exporter.py
- /data/x.txt
- /data/y.txt
ports:
- "8080:8080"
volumes:
- /home/erik/downloads:/data