Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 629 Bytes

File metadata and controls

19 lines (14 loc) · 629 Bytes

docker-compose nodejs example

  • Install npm packages
    • Copy those packages to host and child jobs, because of the artifacts fields (npm-install)
  • Check for security vulnerbilities in npm packages (npm-audit)
  • Check for outdated packages via npm-check-updates package (npm-outdated)
  • Deploy a webserver container via docker-compose (docker-compose-up)
gitlab-ci-local --cwd examples/docker-compose-nodejs/

If you want to down docker-compose service call.

This job is only run locally, and only when manually triggered

gitlab-ci-local --cwd examples/docker-compose-nodejs/ docker-compose-down