bytechefhq/bytechef

[feature]: Docker image with server and client system components

Closed this issue · 1 comments

Tell us about the problem you're trying to solve

There is need to do quick and simple demo.
Simple docker image with monolith version of bytechef could serve this purpose.

Describe the solution you’d like

docker image should support:

  • mount path for application home folder
  • mount path for application logs - both server and client
  • DB configuration

Describe the alternative you’ve considered or used

Build application from the source
Run docker containers with dependencies
Run bytechef
PROBLEM: There is no stable branch so there is no guaranty that user case can be successfully repeated

Additional context

No response

implemented