Running Impulse
There are different docker-compose commands used to start impulse based on what content you want to sync.
Start by pathing to the root Impulse.
cd <checkout location>/impulseThen choose what you want to start Impulse with.
Impulse Only
docker-compose -f docker-tools/docker-compose.yml up --buildImpulse and Source dotCMS
docker-compose -f docker-tools/docker-compose.yml -f docker-tools/docker-compose-dotCMS-source1.yml up --buildImpulse and Destination dotCMS
docker-compose -f docker-tools/docker-compose.yml -f docker-tools/docker-compose-dotCMS-destination1.yml up --buildImpulse, Source dotCMS, and Destination dotCMS
docker-compose -f docker-tools/docker-compose.yml -f docker-tools/docker-compose-dotCMS-source1.yml -f docker-tools/docker-compose-dotCMS-destination1.yml up --buildLast updated