Created
April 12, 2020 16:27
-
-
Save forki/787748a2d77687480310e266d77fb543 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let frontendService (operatorID:string) = webApp { | |
name (operatorID + "-frontend") | |
docker_image frontendImage frontendStartup | |
app_insights_off | |
link_to_service_plan appServicePlanName | |
setting "DOCKER_ENABLE_CI" "true" | |
setting "DOCKER_REGISTRY_SERVER_PASSWORD" dockerPassword | |
setting "DOCKER_REGISTRY_SERVER_URL" containerRegistryDomain | |
setting "DOCKER_REGISTRY_SERVER_USERNAME" containerRegistry | |
setting "OPERATORID" operatorID | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment