logo
tt's Note
  • 运维
    • 数据库
    • linux
    • vpn
    • 日志
    • 中间件
    • 服务
    • 监控
    • shell
    • windows
    • 语言
    • 云服务
    • 其他
  • 开发
    • 工具
  • 软件
    • 浏览器
    • 多端
    • win
    • mac
    • 网站
  • 项目
    • 效率工具
    • 兴趣
  • 脚本
    • jenkins
    数据库概览
    MT_Photos
    Adguard-Home去广告
    easyimage图床自动上传
    emby
    memos临时粘贴板
    哪吒面板
    qbittorrent
    reubah文件转换器
    rss订阅
    rustdesk
    seafile跨平台文件
    watchtower
    docker-static-website
    xunlei
    yt-dlp
    上一页数据库概览下一页Adguard-Home去广告

    #MT_Photos

    付费闭源和群辉差不多的图片备份

    官网

    #启动

    version: "3"
    
    services:
      mtphotos:
        image: registry.cn-hangzhou.aliyuncs.com/mtphotos/mt-photos:latest
        container_name: mtphotos
        restart: always
        ports:
          - 8063:8063
        volumes:
          - ./config:/config
          - ./upload:/upload
        environment:
          - TZ=Asia/Shanghai
          - LANG=C.UTF-8
      mt-photos-deepface:
        ports:
          - 8066:8066
        environment:
          - API_AUTH_KEY=test
        container_name: mt-photos-deepface
        image: registry.cn-hangzhou.aliyuncs.com/mtphotos/mt-photos-deepface:latest
        restart: always
      mtphotos_ai:
        image: registry.cn-hangzhou.aliyuncs.com/mtphotos/mt-photos-ai:onnx-latest
        container_name: mtphotos_ai
        restart: always
        ports:
          - 8060:8000
        environment:
          - API_AUTH_KEY=test