Commit 91c3c8f3 authored by luxq's avatar luxq

Merge remote-tracking branch 'refs/remotes/origin/master'

parents 5dcb57a7 cc2c0f14
Pipeline #678 canceled with stages
.idea
*.iml
out
gen
.history
.vscode
\ No newline at end of file
log-level = "debug"
metrics-listen = "0.0.0.0:20010"
grpc-listen = "0.0.0.0:20011"
rpc-listen = "0.0.0.0:20012"
chain-rpc = "https://1rpc.io/holesky"
private-key = "529f4efb80ac534f17d873104c71881c0970dbd5a886f183f63c5c6bb7a1fcd9"
store-contract = "0x7Cd36Bc2a477f60A14f08442179B2f626bE026Ea"
witness-contract = "0xf49133dD7B7ed75fA0f877413D293c05Bff0D8F0"
\ No newline at end of file
version: "3.9"
services:
validator:
image: "caduceus/ai-validator:v0.0.1"
container_name: validator
deploy:
restart_policy:
condition: on-failure
delay: 15s
max_attempts: 100
window: 120s
volumes:
- ./data/validator/:/root/data
- ./conf/validator/config.toml:/root/config.toml
ports:
- "20010:20010"
- "20011:20011"
- "20012:20012"
networks:
- odysseus
\ No newline at end of file
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