Closed w8896699 closed 2 years ago
I have updated some files so api can be run in the local docker container. Just like old registry, you will need to run
mkdir mongo_data
So that docker mongo can have place to store data.
Just like old registry, run docker-compse up
docker-compse up
The only thing I don't like is api update needed to rebuild the image. Need to add vscode watch src change in the feature.
or, you can simply just use docker mongo but api is still run on terminal, just set mongohost to localhost:27017
localhost:27017
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
I have updated some files so api can be run in the local docker container. Just like old registry, you will need to run
So that docker mongo can have place to store data.
Just like old registry, run
docker-compse up
The only thing I don't like is api update needed to rebuild the image. Need to add vscode watch src change in the feature.
or, you can simply just use docker mongo but api is still run on terminal, just set mongohost to
localhost:27017