Skip to content

Private NPM Registry

If you would like to use a private NPM registry with Coolify, you can do so by following the steps below.

  1. Add .npmrc file to your project root with the following content:

    //registry.npmjs.org/:_authToken=$NPM_TOKEN
  2. Add the following environment variables to your project as a build variable:

    NPM_TOKEN=your_github_token
  3. Deploy your application.