Skip to content

Commit

Permalink
update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tienna committed Mar 10, 2025
1 parent c58d988 commit d6b9471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker-compose-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ services:
GENESIS_ALONZO_PATH: ${GENESIS_ALONZO_PATH}
GENESIS_CONWAY_PATH: ${GENESIS_CONWAY_PATH}
PRUNING_ENABLED: ${PRUNING_ENABLED}
PRUNING_INTERVAL: ${PRUNING_INTERVAL}
PRUNING_SAFE_BLOCKS: ${PRUNING_SAFE_BLOCKS}
CARDANO_NODE_SOCKET_PATH: ${CARDANO_NODE_SOCKET_PATH}
HOST_N2C_SOCAT_HOST: ${HOST_N2C_SOCAT_HOST}
HOST_N2C_SOCAT_PORT: ${HOST_N2C_SOCAT_PORT}
SEARCH_PAGE_SIZE: ${SEARCH_PAGE_SIZE}

volumes:
- ${CARDANO_CONFIG}:/config
- ${CARDANO_NODE_DIR}:${CARDANO_NODE_DIR}
Expand Down
2 changes: 2 additions & 0 deletions docker/.env.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ PRINT_EXCEPTION=true
## Yaci Indexer env
YACI_SPRING_PROFILES=postgres,n2c-socket
PRUNING_ENABLED=false
PRUNING_INTERVAL:600
PRUNING_SAFE_BLOCKS:4320
# database profiles: h2, h2-testData, postgres
MEMPOOL_ENABLED=false
# Haven't implemented yet
Expand Down
2 changes: 1 addition & 1 deletion yaci-indexer/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ store.admin.health-check-interval=20

store.utxo.pruning-enabled=${PRUNING_ENABLED:false}
store.utxo.pruning-interval=${PRUNING_INTERVAL:600}
store.utxo.pruning-safe-blocks=${PRUNING_SAFE_BLOCKS: 4320}
store.utxo.pruning-safe-blocks=${PRUNING_SAFE_BLOCKS:4320}



Expand Down

0 comments on commit d6b9471

Please sign in to comment.