Sign inSign up

frodopwns/helium

By frodopwns

Updated over 7 years ago

Image
0

334

frodopwns/helium repository overview

With KeyVault

docker run -it -p 3000:3000
-e CLIENT_ID='client_id'
-e CLIENT_SECRET='client_secret'
-e TENANT_ID='tenant_id'
-e KEY_VAULT_URL='https://keyvaultname.vault.azure.net/'
-e COSMOSDB_URL='https://cosmosname.documents.azure.com:443/'
helium:latest

Without KeyVault

docker run -it -p 3000:3000
-e COSMOSDB_KEY="your_key"
-e APPINSIGHTS_INSTRUMENTATIONKEY="your_key"
-e COSMOSDB_URL='https://cosmosname.documents.azure.com:443/'
helium:latest

Tag summary

Content type

Image

Digest

Size

28.6 MB

Last updated

over 7 years ago

docker pull frodopwns/helium