all repos — tnt-search @ 37dc1e94092a8d61633911f1f197cd695d4c2459

A search tool for TNTVillage's dump.

docker-compose.yaml (view raw)

1services:
2  tnt-search:
3    image: tnt-search
4    container_name: tnt-search
5    ports:
6      - "127.0.0.1:5000:5000" # Replace with "5000:5000" if you don't use a reverse proxy
7    restart: unless-stopped