Skip to content

Docker Setup: Connect Backend and Frontend & Expose DB #28

@matboehm

Description

@matboehm

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions