Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 708 Bytes

File metadata and controls

17 lines (10 loc) · 708 Bytes

heimdall-microservice-template

Generic .NET Microservice template for Heimdall capabilities and other container based workloads

WIP = WORK IN PROGRESS

Building container images

Build container images with the following command: docker-compose build --build-arg GITHUB_TOKEN={GITHUB_PAT_WITH_PACKAGE_READ_SCOPE_ON_NOVO_NORDISK_OPENSOURCE_ORG}

Bootstrapping solution

Assign GITHUB_TOKEN environment variable

To ensure migrations can fetch packages assign your local github token to a shell: EXPORT GITHUB_TOKEN={GITHUB_PAT_WITH_PACKAGE_READ_SCOPE_ON_NOVO_NORDISK_OPENSOURCE_ORG}

Start processes

To bootstrap the requires application processes run the following command: docker-compose up