all repos — tnt-search @ 7fef7f1a7a9eacce07be54ba3af0e2415377a39b

A search tool for TNTVillage's dump.

docker-compose.yaml (view raw)

 1services:
 2  tnt-search:
 3    build: .
 4    container_name: tnt-search
 5    #ports:
 6    #  - "5000:5000" # Uncomment if you don't use a reverse proxy
 7    restart: unless-stopped
 8    networks:
 9      - swag_default
10networks:
11  swag_default:
12    external: true