all repos — tnt-search @ 511e2bec06757d8fd809a3eb7f3ba86f3d8b42ec

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