-
Rename
.env.sample
->.env
and tweak if needed. -
Run the following commands:
$ make setup $ make start-all
Make setup does 3 things:
- create compose volume directories;
- pull cassandra image && runs temp container;
- copies config files from the temp container, into the compose volume directories;
this allows for easy customization.
Contains persisted data from each service (/var/lib/cassandra)
Contains configuration file for each service (/etc/cassandra)