Commit 4c33f80c authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update docker compose

parent 1a5f99e7
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
MYSQL_DATABASE: "sdk" MYSQL_DATABASE: "sdk"
sdk-api: sdk-api:
image: caduceus/sdk-api:v0.0.1 image: caduceus/ai-sdk-api:v0.0.1
container_name: sdk-api container_name: sdk-api
ports: ports:
- "16666:8080" - "16666:8080"
...@@ -32,7 +32,7 @@ services: ...@@ -32,7 +32,7 @@ services:
unless-stopped unless-stopped
sdk-kv-api: sdk-kv-api:
image: caduceus/sdk-kv-api:v0.0.1 image: caduceus/ai-sdk-kv-api:v0.0.1
ports: ports:
- "16667:8080" - "16667:8080"
depends_on: 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