mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-04 16:35:27 +08:00
11 lines
224 B
YAML
11 lines
224 B
YAML
version: "3"
|
|
|
|
services:
|
|
deepseek2api:
|
|
container_name: deepseek2api
|
|
image: ghcr.io/iidamie/deepseek2api:latest
|
|
restart: always
|
|
ports:
|
|
- "5001:5001"
|
|
volumes:
|
|
- "./config.json:/app/config.json" |