Skip to content

Commit 499a70e

Browse files
authored
Merge pull request #102 from autonomys/fix-omi-url
fix: object mapping indexer rpc url
2 parents de67ea6 + 27c44b3 commit 499a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/file-retriever/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- METRIC_ENVIRONMENT_TAG=${METRIC_ENVIRONMENT_TAG}
4040
- VICTORIA_USERNAME=${VICTORIA_USERNAME}
4141
- VICTORIA_PASSWORD=${VICTORIA_PASSWORD}
42-
- OBJECT_MAPPING_INDEXER_URL=http://object-mapping-app:3000
42+
- OBJECT_MAPPING_INDEXER_URL=http://object-mapping-app:3000/ws
4343
depends_on:
4444
subspace-node:
4545
condition: service_healthy

0 commit comments

Comments
 (0)