mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-11 11:47:43 +08:00
refactor(deploy-vercel): streamline deployment to Vercel, remove Docker/local deployment files, and harden path handling
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
deepseek2api:
|
||||
container_name: deepseek2api
|
||||
image: ghcr.io/iidamie/deepseek2api:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "5001:5001"
|
||||
volumes:
|
||||
- "./config.json:/app/config.json"
|
||||
Reference in New Issue
Block a user