Provisioning MongoDB Container using Docker-Compose
What follows are the steps to get MongoDB container up and running, with the emphasis on docker-compose.yml file and configuration options.
1. ".env" - File with environment variables
MONGO_ROOT_USER=mongo
MONGO_ROOT_PASSWORD=mongo
TZ=Asia/Kolkata
PO...
dpkd.hashnode.dev1 min read