fix: docker entrypoint handle correctly passing a single argument as a string

This commit is contained in:
adrian
2025-09-10 09:15:30 +02:00
committed by Adrian Benavides
parent 580a8822a5
commit b1db641c31
3 changed files with 34 additions and 15 deletions

View File

@@ -27,6 +27,8 @@ services:
RPC_URL: "${RPC_URL}"
SUBSTREAMS_API_TOKEN: "${SUBSTREAMS_API_TOKEN}"
AUTH_API_KEY: "${AUTH_API_KEY}"
# PROTOCOLS to test separated by space and with optional filter
# e.g. "ethereum-balancer-v2=weighted_legacy_creation ethereum-ekubo-v2"
entrypoint: ["/entrypoint.sh", "${PROTOCOLS}"]
volumes: