Initial commit

Created from https://vercel.com/new
This commit is contained in:
CJackHwang
2026-01-21 15:14:49 +00:00
commit ea4de62fc3
21 changed files with 266477 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3"
services:
deepseek2api:
container_name: deepseek2api
image: ghcr.io/iidamie/deepseek2api:latest
restart: always
ports:
- "5001:5001"
volumes:
- "./config.json:/app/config.json"