This container handels cheking, notifying and datamining
sh build.sh
- Obtain
oo2core_6_win64.dll
- Docker Compose:
---
version: "2.1"
services:
wt-datamine:
image: wt-datamine
container_name: wt-datamine
environment:
- WEBHOOK=<Your Discord Webhook>
volumes:
- /path/to/datamine:/data
- /path/to/oodle/oo2core_6_win64.dll:/win/oo2core_6_win64.dll:ro
restart: unless-stopped