Yacy
Peer based, decentralized search engine server.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
yacy_search_server:
image: yacy/yacy_search_server:latest
container_name: yacy_search_server
ports:
- 8090:8090
- 8443:8443
volumes:
- ./yacy_search_server_data:/opt/yacy_search_server/DATA
logging:
options:
max-size: 200m
max-file: 2
restart: unless-stoppedResources
Website: https://yacy.net/
GitHub: https://github.com/yacy/yacy_search_server
Docker Hub: https://hub.docker.com/r/yacy/yacy_search_server
Configuration: https://yacy.net/download_installation/