Created
April 27, 2022 15:27
-
-
Save italopinto/b9bb8efd5c09e901a7d0a4e085977d78 to your computer and use it in GitHub Desktop.
Cassandra docker-compose for development purpose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.9' | |
services: | |
cassandra: | |
container_name: cassandra | |
image: cassandra:2.1.17 | |
ports: | |
- 9042:9042 | |
volumes: | |
- ./cassandra:/var/lib/cassandra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cassandra dockerized