/rabbitmq-playground

RabbitMQ Playground

Primary LanguageTypeScriptMIT LicenseMIT

RabbitMQ Playground

Start Docker Containers

To start Docker containers for the application, use the following command:

make start ARGS=-d # Run the containers in background

This command also stops any existing containers related to this application before starting new ones.

Stop Docker Containers

To stop all Docker containers related to this application, use the following command:

make stop

Clean Up Docker Resources

To clean up Docker resources, including removing containers, images, and volumes, use the following command:

This command will remove images, containers, volumes (e.g., dangling volumes such as dangling Docker volumes such as 0c18b ... 362cf), networks, and orphaned containers.

make clean

Clean Up Data

To clean up the RabbitMQ data, use the following command:

Please note that this action is irreversible and will result in the removal of all your data!

make clean_data