all repos — tnt-search @ aedc40fb94b5898bfcc79d7f5f82ce219b1f1215

A search tool for TNTVillage's dump.

docker-compose.yaml (view raw)

1services:
2  tnt-search:
3    image: tnt-search:latest
4    build: .
5    container_name: tnt-search
6    ports:
7      - "127.0.0.1:1111:80"
8    restart: unless-stopped