Skip to content

Commit

Permalink
add compose file use for on-chain RA
Browse files Browse the repository at this point in the history
  • Loading branch information
tquangtuyen committed May 12, 2024
1 parent e297aa4 commit 3b51c2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/protocol/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

services:
ra:
build: .
container_name: onchain-ra
environment:
- FORK_URL=${FORK_URL}
- PRIVATE_KEY=${PRIVATE_KEY}
- QUOTE=${QUOTE}
command: ["./script/config_dcap_sgx_verifier.sh", "--quote", "$QUOTE"]

0 comments on commit 3b51c2f

Please sign in to comment.