Grapefruit — is a bittorrent search spyder crawler search engine, based on dht-bittorrent network.
- Install Docker (optional)
# For Centos-7 (as root user)
curl https://raw.githubusercontent.com/bashkirtsevich-llc/grapefruit/master/tools/docker-install.sh | /bin/bash
usermod -aG docker $USER
reboot
- Download grapefruit docker compose file
wget https://raw.githubusercontent.com/bashkirtsevich-llc/grapefruit/master/docker-compose.yml
- Add SSL certs in
nginx-proxy
indocker-compose.yml
(optional)
...
volumes:
- "/path/to/htpasswd:/etc/nginx/htpasswd"
- "path/to/certs:/etc/nginx/certs"
- Set virtual host name in
docker-compose.yml
...
environment:
- "VIRTUAL_HOST=grapefruit.your.domain"
- Start application
docker-compose up -d
- mongodb
- nginx-proxy
- grapefruit-crawler
- grapefruit-web