Docker-compose is a very handy tool for defining and running multi container applications.
It would be good to try and utilise this in the project; but ideally we would want to find a use for it to make it worth the time. One thought is we could make use of some message queues using either RabbitMQ or ActiveMQ.
Another possible use case would be to set up a NGINX container and host 2 or more API containers for load-balancing.
Open to ideas on this.
Docker-compose is a very handy tool for defining and running multi container applications.
It would be good to try and utilise this in the project; but ideally we would want to find a use for it to make it worth the time. One thought is we could make use of some message queues using either RabbitMQ or ActiveMQ.
Another possible use case would be to set up a NGINX container and host 2 or more API containers for load-balancing.
Open to ideas on this.