cd-monitor
v0.0.1
Published
1. Run `nvm use && yarn install` to install dependencies (and commit the `yarn.lock` file) 2. Update the `README.md` with relevant information regarding your microservice. 3. Update local port for your microservice, so it would not overlap with other dock
Downloads
5
Readme
Post Creation
- Run
nvm use && yarn install
to install dependencies (and commit theyarn.lock
file) - Update the
README.md
with 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:3000
Develop (using okteto, recommended)
Make sure you've setup okteto (check guru for more info)
Deploy by running:
$ yarn okteto:deploy
or by clicking the Develop on Okteto
button
- Develop locally:
yarn okteto:up
Develop (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:fresh
Deploy
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