A mobile Application that scans the barcode of a product and a browser dashboard that is aimed towards analyzing the carbon footprint of different products and provide insights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.8' | |
| services: | |
| db: | |
| image: postgres:14.1-alpine | |
| restart: always | |
| environment: | |
| - POSTGRES_USER=postgres | |
| - POSTGRES_PASSWORD=postgres | |
| ports: | |
| - '5432:5432' |
kubectl port-forward svc/<mongo_svc> 27017:27017
mongorestore --host localhost -d database-name -u username -p password --port 27017 dump_folder_name
OlderNewer