Files
gitlab-ci-local/examples/docker-compose-nodejs
dependabot[bot] 942f3a6e6c
Some checks failed
build / yamllint (push) Has been cancelled
build / smoke-test (push) Has been cancelled
build / eslint (push) Has been cancelled
build / unused-deps (push) Has been cancelled
build / jest (push) Has been cancelled
build / CodeQL (push) Has been cancelled
build(deps): bump qs and express in /examples/docker-compose-nodejs (#1722)
Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.1)

Updates `express` from 4.21.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v4.22.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 14:19:00 +01:00
..
2021-01-17 14:06:21 +01:00
2021-02-27 19:40:22 +01:00

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