We want to create the tool readily available to deploy for users, distributing it as a container would help in abstracting dependency management, required services setup like redis and simple to integrate into workflows like github.
- Create a docker image for the fast-report tool with dependencies installed and other images like
redis
- Publish this to docker hub, and pull this image to be used as a service in the github action workflow
- Make a deployment guide for this container by specifying secret management, port handling etc.
We want to create the tool readily available to deploy for users, distributing it as a container would help in abstracting dependency management, required services setup like redis and simple to integrate into workflows like github.
redis