https://github.com/eltyagi/docker-SQL-MongoDB-RestfulAPIs
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.
https://github.com/eltyagi/docker-SQL-MongoDB-RestfulAPIs
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/eltyagi/docker-SQL-MongoDB-RestfulAPIs
- Owner: eltyagi
- Created: 2020-01-31T05:21:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T06:56:03.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:13:21.603Z (8 months ago)
- Language: R
- Homepage:
- Size: 3.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - eltyagi/docker-SQL-MongoDB-RestfulAPIs - 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 reposi (R)
README
# Docker-SQL-MongoDB-RestfulAPIs
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.## Files
- 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.