Skip to content

Instantly share code, notes, and snippets.

@italopinto
Created April 27, 2022 15:27
Show Gist options
  • Save italopinto/b9bb8efd5c09e901a7d0a4e085977d78 to your computer and use it in GitHub Desktop.
Save italopinto/b9bb8efd5c09e901a7d0a4e085977d78 to your computer and use it in GitHub Desktop.
Cassandra docker-compose for development purpose.
version: '3.9'
services:
cassandra:
container_name: cassandra
image: cassandra:2.1.17
ports:
- 9042:9042
volumes:
- ./cassandra:/var/lib/cassandra
@italopinto
Copy link
Author

Cassandra dockerized

  • Only tested on windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment