aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-packages/mdbc-docker/src
AgeCommit message (Collapse)AuthorFilesLines
2018-12-04MUSIC-224 Dockerize MdbcServerRob Daugherty5-0/+372
This is a single site installation, with a cassandra container, a mariadb container, and an mdbc-server container. To build the docker images, first build mdbc software normally, then use the 'docker' maven profile: mvn -P docker To bring up the environment: cd mdbc-packages/mdbc-docker/compose/one-site docker-compose up Change-Id: Ie48487fc6c7853b80017dfa45aff52801da52cf0 Issue-ID: MUSIC-224 Signed-off-by: Rob Daugherty <rd472p@att.com>