python3 -m venv . source bin/activate python3 -m pip install --upgrade pip pip install python-dotenv print(os.getenv('test')) http://localhost:9000/ https://github.com/naveed125/rabbitmq-job-worker/blob/master/server/Dockerfile
curl -s https://memphisdev.github.io/memphis-docker/docker-compose.yml -o docker-compose.yml && docker compose -f docker-compose.yml -p memphis up
Consumer 1: saving the record to a db Consumer 2: process the order + update the DB + notify the customer + move to delivery queue