0.0.1 • Published 1 year ago
cd-monitor v0.0.1
Post Creation
- Run
nvm use && yarn installto install dependencies (and commit theyarn.lockfile) - Update the
README.mdwith relevant information regarding your microservice. - Update local port for your microservice, so it would not overlap with other docker ports.
at docker-compose:
ports:
- '3002:3000'at okteto.yml:
forward:
- 3030:3000Develop (using okteto, recommended)
Make sure you've setup okteto (check guru for more info)
Deploy by running:
$ yarn okteto:deployor by clicking the Develop on Okteto button
- Develop locally:
yarn okteto:upDevelop (using docker)
Make sure you have Docker for Mac installed.
Use the correct node version:
$ nvm use- Run node modules install:
$ yarn install- Run the Docker composition:
$ yarn start-docker- Open http://localhost:3030 (or any other port configured at
docker-compose.yml)
If you need to refresh your Docker image run:
$ yarn start-docker:freshDeploy
Using Codefresh
Documentation
Trident
This MS was created with Trident, and is using it for a range of purposes in development and production. For more information about Trident, check out the Trident documentation
Dependencies
To deepen your understanding of the packages your MS is using, read the following docs
0.0.1
1 year ago