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

update docker compose

parent 4c33f80c
...@@ -6,6 +6,7 @@ networks: ...@@ -6,6 +6,7 @@ networks:
services: services:
sdk-db: sdk-db:
image: mysql:8 image: mysql:8
container_name: sdk-db
ports: ports:
- "13307:3306" - "13307:3306"
volumes: volumes:
...@@ -33,6 +34,7 @@ services: ...@@ -33,6 +34,7 @@ services:
sdk-kv-api: sdk-kv-api:
image: caduceus/ai-sdk-kv-api:v0.0.1 image: caduceus/ai-sdk-kv-api:v0.0.1
container_name: sdk-kv-api
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