File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
# Compute Node
3
3
compute :
4
- image : " firstbatch/dkn-compute-node:latest"
5
- # build: "./" # use this one instead if you want to build locally
4
+ # image: "firstbatch/dkn-compute-node:latest"
5
+ build : " ./" # use this one instead if you want to build locally
6
6
environment :
7
+ # Dria
7
8
DKN_WALLET_SECRET_KEY : ${DKN_WALLET_SECRET_KEY}
8
9
DKN_ADMIN_PUBLIC_KEY : ${DKN_ADMIN_PUBLIC_KEY}
9
10
DKN_MODELS : ${DKN_MODELS}
10
- RUST_LOG : ${RUST_LOG-none,dkn_compute=info}
11
11
DKN_P2P_LISTEN_ADDR : ${DKN_P2P_LISTEN_ADDR}
12
12
DKN_RELAY_NODES : ${DKN_RELAY_NODES}
13
13
DKN_BOOTSTRAP_NODES : ${DKN_BOOTSTRAP_NODES}
14
+ RUST_LOG : ${RUST_LOG:-none,dkn_compute=info}
15
+ # Api Keys
14
16
OPENAI_API_KEY : ${OPENAI_API_KEY}
15
17
SERPER_API_KEY : ${SERPER_API_KEY}
16
18
JINA_API_KEY : ${JINA_API_KEY}
19
+ # Ollama
17
20
OLLAMA_HOST : ${OLLAMA_HOST}
18
21
OLLAMA_PORT : ${OLLAMA_PORT}
19
22
OLLAMA_AUTO_PULL : ${OLLAMA_AUTO_PULL:-true}
You can’t perform that action at this time.
0 commit comments