I was given a docker compose file for superset which included volumes mounted from the repo itself. docker-compose-non-dev.yml
I have to deploy this as containers in a pod in an EKS cluster. I can't figure out how the volumes should be done because the files are mounted locally from the repo when we run:
docker-compose up
[ EDIT ] I just built the container with the files I needed inside it.