How to deploy a service, api and frontend using nomad

I have to deploy 3 services on nomad.
Service A - a piece of logic that communicates with Service B via websocket
Service B - Api server (communicated with Service A and Service C)
Service C - frontend(communicated with Service B only)

I have docker images for Service B and Service C, but not for Service A(for some reason it is very difficult to dockerize A)
Ideally, without nomad, Service A and service B should be on same server.

How should I plan to host this?

Hi @saujanya01,

One additional piece of information to understand before being able to properly plan hosting these services would be whether they scale independently or any other such constraints?

Thanks,
jrasell and the Nomad team