all repos — tnt-search @ 813acb537d05dc5a5488e933a71e8f4e63ed5c8e

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" # Uncomment if you don't use a reverse proxy
8    restart: unless-stopped