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