Right now we're using some semi custom configs that are present in the container images now. We just need to adjust how values are being passed into the containers themselves in order to swap back to using the stock configs.
Steps to this should be:
- determine what environment variables we're already passing in
- determine what expected environment variables are
- change old to new
Right now we're using some semi custom configs that are present in the container images now. We just need to adjust how values are being passed into the containers themselves in order to swap back to using the stock configs.
Steps to this should be: