• 请不要在回答技术问题时复制粘贴 AI 生成的内容
sjmcefc2
V2EX  ›  程序员

求一个 yacy 的 docker-compose 文件

  •  
  •   sjmcefc2 · Aug 22, 2021 · 1605 views
    This topic created in 1729 days ago, the information mentioned may be changed or developed.
    yacy 看起来是不错的一个自建搜索引擎,请教如何实现一个 docker-compose 版本的 yacy 呢?感觉 vol 最后会很大啊。自己写了一个一直启动不起来。

    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
    restart: unless-stopped
    logging:
    driver: json-file
    options:
    max-size: 200m
    max-file: 2
    volumes:
    yacy_search_server_data:
    driver: local
    4 replies    2021-08-29 12:20:54 +08:00
    sjmcefc2
        1
    sjmcefc2  
    OP
       Aug 22, 2021
    yacy 运行起来之后,比如开始一个爬虫任务,基本上就占用了所有的资源,然后后面就
    Bad Message 400
    reason: Bad Request
    sjmcefc2
        2
    sjmcefc2  
    OP
       Aug 22, 2021
    大家有碰到过这样的吗
    cloverzrg2
        3
    cloverzrg2  
       Aug 23, 2021
    这搜索引擎,有没有公共的站点,想体验下
    sjmcefc2
        4
    sjmcefc2  
    OP
       Aug 29, 2021
    好像是有,但是我自己建立的,不过进程都在,就是连接不上
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3048 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 09:40 · PVG 17:40 · LAX 02:40 · JFK 05:40
    ♥ Do have faith in what you're doing.