File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 args :
88 - GIT_REVISION
99 - BUILD_DATE
10- - PROFILE=dev
10+ - PROFILE=release
1111 image : iota-names-indexer:dev
1212 ports :
1313 - " 9189:9189/tcp" # Metrics
@@ -43,13 +43,17 @@ services:
4343 command :
4444 - " start"
4545 - " --prometheus-url=http://prometheus:9090"
46+ - " --num-workers=10"
4647 # Localnet values:
4748 # - "--node-url=http://host.docker.internal:9000"
4849 # - "--checkpoint-url=http://host.docker.internal:9000"
4950 # Devnet values:
5051 - " --node-url=https://api.devnet.iota.cafe"
5152 - " --checkpoint-url=https://checkpoints.devnet.iota.cafe"
52- # "--reset-metrics"
53+ # Testnet values:
54+ # - "--node-url=https://api.testnet.iota.cafe"
55+ # - "--checkpoint-url=https://checkpoints.testnet.iota.cafe"
56+ # - "--reset-metrics"
5357
5458 prometheus :
5559 image : prom/prometheus:latest
You can’t perform that action at this time.
0 commit comments