mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-22 00:27:21 +08:00
14 lines
333 B
YAML
14 lines
333 B
YAML
version: "3"
|
|
services:
|
|
bnk-occlum-keyring:
|
|
image: boolnetwork/bnk-occlum-keyring-epid:v0.5.2
|
|
network_mode: "host"
|
|
# ports:
|
|
# - "8730:8730"
|
|
environment:
|
|
RUST_LOG: info
|
|
volumes:
|
|
- ./configs/watcher.toml:/bnk/watcher.toml
|
|
devices:
|
|
- /dev/sgx/enclave
|
|
- /dev/sgx/provision |