Skip to content

Commit 21cc09d

Browse files
committed
aerospike-agent-and-dashboard
1 parent d4da069 commit 21cc09d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

aerospike/tests/docker/docker-compose_7x.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ services:
2323
AS_HOST: aerospike
2424
AS_PORT: 3000
2525

26+
aerospike-tools-sindex:
27+
image: aerospike/aerospike-tools
28+
container_name: aerospike-tools-sindex
29+
depends_on:
30+
- aerospike-tools-asbench-batch
31+
command: asadm -h aerospike --enable -e "manage sindex create numeric sindex1 ns test bin 0"
32+
2633
aerospike-tools-asbench-batch:
2734
image: aerospike/aerospike-tools:${AEROSPIKE_TOOLS_VERSION}
2835
container_name: aerospike-tools-asbench-batch
@@ -31,4 +38,10 @@ services:
3138
condition: service_healthy
3239
command: asbench -h aerospike -T 10 -t 10 -n test -s mysets -K 0 -k 900000 -o B80 -w RU,60 -z 64 -g 4000 --batch-size 100 --batch-read-size 100 --batch-write-size 30
3340

34-
41+
aerospike-tools-asbench:
42+
image: aerospike/aerospike-tools:${AEROSPIKE_TOOLS_VERSION}
43+
container_name: aerospike-tools-asbench
44+
depends_on:
45+
aerospike:
46+
condition: service_healthy
47+
command: asbench -h aerospike -T 10 -t 10 -n test -s mysets -K 0 -k 900000 -o B80 -w RU,60 -z 64 -g 4000

0 commit comments

Comments
 (0)