* Separate database service into separate compose file
* Separating database service helps provide flexibility to preferred database.
* Downside with this is `docker-compose.yaml` cannot be used as is as the database service is detached.
* `README.md` is updated with new set of instructions to include database related docker compose file.
* This commit separates `dynomite` and `postgres` only. More can be extended in future.
* Separate database service into separate compose file
* Separating database service helps provide flexibility to preferred database.
* Downside with this is `docker-compose.yaml` cannot be used as is as the database service is detached.
* `README.md` is updated with new set of instructions to include database related docker compose file.
* This commit separates `dynomite` and `postgres` only. More can be extended in future.
* Update README.md
Co-authored-by: Venka Gade <vgade@vmware.com>