forensic-stat-database

Build the System

docker-compose build

Run the System

docker-compose up -d

Stop the System

docker-compose down

If you need to stop and remove all containers, networks, and all images used by any service in docker-compose.yml file, use the command:

docker-compose down --rmi all