[GH-ISSUE #113] 建议加入docker-compose方便部署 另外能否支持oauth回调地址的直接解析 #92

Closed
opened 2026-02-27 07:17:56 +03:00 by kerem · 1 comment
Owner

Originally created by @MoeclubM on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/113

services:
  aiclient2api:
    build: 
      context: .
      dockerfile: Dockerfile
    image: aiclient2api
    container_name: aiclient2api
    # 除非手动停止,否则自动重启
    restart: unless-stopped
    ports:
      - "3000:3000"
    environment:
      # 启动参数
      - ARGS=--api-key xxxxx --host 0.0.0.0
    volumes:
      # 挂载日志目录
      - ./logs:/app/logs
      # 挂载配置文件
      # - ./config.json:/app/config.json

另外能否支持oauth回调地址的直接解析,这样可以方便在服务器一类的环境中部署

Originally created by @MoeclubM on GitHub (Dec 17, 2025). Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/113 如 ``` services: aiclient2api: build: context: . dockerfile: Dockerfile image: aiclient2api container_name: aiclient2api # 除非手动停止,否则自动重启 restart: unless-stopped ports: - "3000:3000" environment: # 启动参数 - ARGS=--api-key xxxxx --host 0.0.0.0 volumes: # 挂载日志目录 - ./logs:/app/logs # 挂载配置文件 # - ./config.json:/app/config.json ``` 另外能否支持oauth回调地址的直接解析,这样可以方便在服务器一类的环境中部署
kerem closed this issue 2026-02-27 07:17:57 +03:00
Author
Owner

@justlovemaki commented on GitHub (Dec 17, 2025):

每个人需求不一样,部署配置不同,所以只提供镜像

<!-- gh-comment-id:3664013085 --> @justlovemaki commented on GitHub (Dec 17, 2025): 每个人需求不一样,部署配置不同,所以只提供镜像
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AIClient-2-API-justlovemaki#92
No description provided.