Commit 7bac45a0 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update docker compose

parent 4c33f80c
......@@ -6,6 +6,7 @@ networks:
services:
sdk-db:
image: mysql:8
container_name: sdk-db
ports:
- "13307:3306"
volumes:
......@@ -33,6 +34,7 @@ services:
sdk-kv-api:
image: caduceus/ai-sdk-kv-api:v0.0.1
container_name: sdk-kv-api
ports:
- "16667:8080"
depends_on:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment