blob: 61dbf46339d9b9a97cf5fe918cedde608e38dd40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
services:
notifier:
build:
context: .
volumes:
- type: bind
source: ./test/test_directory
target: /opt/monitor
- type: bind
source: ./test/scripts
target: /opt/owl-corp
environment:
INOTIFY_HOOK_SCRIPT: /opt/owl-corp/script.sh
|