Categorygithub.com/natgo/wt-docker-datamine
repositorypackage
0.0.0-20240423181236-8d532430bd37
Repository: https://github.com/natgo/wt-docker-datamine.git
Documentation: pkg.go.dev

# README

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