repositorypackage
0.0.0-20240423181236-8d532430bd37
Repository: https://github.com/natgo/wt-docker-datamine.git
Documentation: pkg.go.dev
# README
WT Datamine container
A contaner for automatic datamining of War thunder updatesThis container handels cheking, notifying and datamining
Build
sh build.sh
Usage
- 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