Skip to content

Commit

Permalink
Merge pull request #850 from cvybhu/latest-cassandra
Browse files Browse the repository at this point in the history
cassandra/docker-compose: go back to using the latest cassandra version
  • Loading branch information
Lorak-mmk authored Nov 2, 2023
2 parents 4c60b01 + 9fbb37e commit a5d5345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cluster/cassandra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networks:
- subnet: 172.42.0.0/16
services:
cassandra1:
image: cassandra:4.0.7
image: cassandra
healthcheck:
test: ["CMD", "cqlsh", "-e", "describe keyspaces" ]
interval: 5s
Expand All @@ -24,7 +24,7 @@ services:
- HEAP_NEWSIZE=512M
- MAX_HEAP_SIZE=2048M
cassandra2:
image: cassandra:4.0.7
image: cassandra
healthcheck:
test: ["CMD", "cqlsh", "-e", "describe keyspaces" ]
interval: 5s
Expand All @@ -42,7 +42,7 @@ services:
cassandra1:
condition: service_healthy
cassandra3:
image: cassandra:4.0.7
image: cassandra
healthcheck:
test: ["CMD", "cqlsh", "-e", "describe keyspaces" ]
interval: 5s
Expand Down

0 comments on commit a5d5345

Please sign in to comment.