Problem:
Currently the Clock of Change Backend (API Server) and Frontend Docker containers run separately from each other.
The two Docker containers should be able to communicate with each other, in order to simulate the live setting.
Also it would be nice to if the databases were exposed to the host machine, so they could be viewed and changed manually when developing.
Solution
A possible solution is to assign both Docker containers their own network, so that they are able to communicate with each other.
The database ports can be exposed, so they should be accessible from the host machine.
Problem:
Currently the Clock of Change Backend (API Server) and Frontend Docker containers run separately from each other.
The two Docker containers should be able to communicate with each other, in order to simulate the live setting.
Also it would be nice to if the databases were exposed to the host machine, so they could be viewed and changed manually when developing.
Solution
A possible solution is to assign both Docker containers their own network, so that they are able to communicate with each other.
The database ports can be exposed, so they should be accessible from the host machine.