Skip to content

natgo/wt-docker-datamine

Repository files navigation

WT Datamine container

code style: prettier GitHub

forthebadge forthebadge

A contaner for automatic datamining of War thunder updates

This container handels cheking, notifying and datamining

Build

sh build.sh

Usage

  1. Obtain oo2core_6_win64.dll
  2. 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

About

Container for automatic War thunder datamining

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published