### Docker Setup for Single instance of MUSIC

Please update the properties/music.properties file to fit your env.
Update the start.sh file.
The beginning of the start.sh file contains various variables.

CASS_IMG - Cassandra Image
TOMCAT_IMG - Tomcat Image
ZK_IMG - Zookeeper Image
MUSIC_IMG - Music Image containing the MUSIC war file.
WORK_DIR - Default to PWD.
CASS_USERNAME - Username for Cassandra - should match cassandra.user in music.properties file
CASS_PASSWORD - Password for Cassandra - should match cassandra.password in music.properties.
MUSIC Logs will be saved in logs/MUSIC after start of tomcat.