At this moment we build docker images for api and web that contain sensitive information (ds keys, ssl keys, app tokens). So we do not distribute that containers. We need move all sensitive data outside containers and make it configurable externally.
And we have to automate container deploy to github package registry from develop branch
At this moment we build docker images for api and web that contain sensitive information (ds keys, ssl keys, app tokens). So we do not distribute that containers. We need move all sensitive data outside containers and make it configurable externally.
And we have to automate container deploy to github package registry from develop branch