This repository contains an operational and deployable set of MySQL, MongoDB and a sample RESTful API containers. The containers can be deployed with a docker-compose file also included in this repository.
- mySQL_container: Contains image files and sample SQL scripts for a MySQL docker image.
- MongoDB_container: Contains image files and entrypoint.sh for a MongoDB docker image.
- api_container: Contains image files for a sample RESTful API.
- stackDeploy: Contains a docker-compose file which deploys the 3 images and additionally Mongo Express as a service.