Skip to content

Commit 62be3f6

Browse files
committed
feat: pass monitored addresses to ripple container
1 parent 68736d1 commit 62be3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ services:
6565
XRP_RPC_API_KEY: ${XRP_RPC_API_KEY:-}
6666
XRP_MIN_BLOCK_NUMBER: ${XRP_MIN_BLOCK_NUMBER}
6767
XRP_RPC_AMENDMENT_BLOCKED: ${XRP_RPC_AMENDMENT_BLOCKED:-}
68+
XRP_MONITORED_ADDRESSES: ${XRP_MONITORED_ADDRESSES:-}
6869
api:
6970
<<: *base-svc
7071
container_name: ${COMPOSE_PROJECT_NAME}-api

0 commit comments

Comments
 (0)