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?