Commit 549d5ab5 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update sdk-api conf

parent b78e1eee
...@@ -32,6 +32,7 @@ services: ...@@ -32,6 +32,7 @@ services:
volumes: volumes:
- ./conf/sdk-api/config.toml:/config.toml - ./conf/sdk-api/config.toml:/config.toml
- ./data/sdk-api/api-log:/app
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
...@@ -46,9 +47,9 @@ services: ...@@ -46,9 +47,9 @@ services:
depends_on: depends_on:
aon-db: aon-db:
condition: service_healthy condition: service_healthy
volumes: volumes:
- ./conf/sdk-api/config.toml:/config.toml - ./conf/sdk-api/config.toml:/config.toml
- ./data/sdk-api/executor-log:/app
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
......
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