As a user
I want have one docker image including all dependencies
so that I do not have to use docker compose etc.
Description:
To setup a new service, the user can decide between a core image that includes only the notification service and a full image that also includes the dependency of a MongoDB.
Description:
To setup a new service, the user can decide between a
core
image that includes only the notification service and afull
image that also includes the dependency of a MongoDB.🟢 In scope: