Skip to content

Commit

Permalink
bump versions of reaper and cassandra used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanda committed Oct 29, 2020
1 parent 86b3317 commit e4b3cbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
cluster-1-node-0:
image: cassandra:3.11.4
image: cassandra:3.11.8
mem_limit: 512m
memswap_limit: 512m
mem_swappiness: 0
Expand All @@ -28,7 +28,7 @@ services:
- integration-tests

cluster-1-node-1:
image: cassandra:3.11.4
image: cassandra:3.11.8
mem_limit: 512m
memswap_limit: 512m
mem_swappiness: 0
Expand All @@ -50,7 +50,7 @@ services:
- integration-tests

cluster-2-node-0:
image: cassandra:3.11.4
image: cassandra:3.11.8
mem_limit: 512m
memswap_limit: 512m
mem_swappiness: 0
Expand All @@ -72,7 +72,7 @@ services:
- integration-tests

cluster-2-node-1:
image: cassandra:3.11.4
image: cassandra:3.11.8
mem_limit: 512m
memswap_limit: 512m
mem_swappiness: 0
Expand All @@ -94,7 +94,7 @@ services:
- integration-tests

cluster-3-node-0:
image: cassandra:3.11.4
image: cassandra:3.11.8
mem_limit: 512m
memswap_limit: 512m
mem_swappiness: 0
Expand All @@ -116,7 +116,7 @@ services:
- integration-tests

reaper:
image: thelastpickle/cassandra-reaper:2.0.2
image: thelastpickle/cassandra-reaper:2.2.1
environment:
REAPER_STORAGE_TYPE: memory
REAPER_JMX_PORTS: "{cassandra1: 7199, cassandra2: 7199}"
Expand Down

0 comments on commit e4b3cbb

Please sign in to comment.