Skip to content

Commit

Permalink
Added processing to WORKER_QUEUES env for txs-worker-indexer service
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Jan 14, 2025
1 parent 4393060 commit 8d3bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
environment:
- ETHEREUM_NODE_URL=${RPC_NODE_URL}
- RUN_MIGRATIONS=1
- WORKER_QUEUES=default,indexing
- WORKER_QUEUES=default,indexing,processing
depends_on:
txs-db:
condition: service_healthy
Expand Down

0 comments on commit 8d3bc3e

Please sign in to comment.