Skip to content

beehive-spg/beehive-order-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beehive Order Generator

License

beehive-order-generator generates random orders for deliveries and sends them to the simulation engine for further processing.

Development

Docker

To run a new container first execute

docker build -t beehive-order-generator .

inside the repository directory.

Then run

docker run --env-file=.env -it beehive-order-generator

to start the container.

Supply the -d option to keep it running in the background.

Or run the docker-compose file with

docker-compose up

for the same result.