I’m trying to use doppler to get secrets into my container’s being deployed via docker compose but I’m having some trouble. Docker Compose has a mechanism for secrets that will read from a file and mount them inside a container as a file, but i’m having trouble getting Doppler to work with this Docker feature. I suspect that it’s because Doppler mounts this as a named pipe Docker is not loading the secrets but I don’t know.
Has anyone come across this and found a fix?