I’m using DigitalOcean Storage adaptor in my Ghost Self-hosted service. I want to know how to add adapters/storage to content folder in docker container and how to setup .env?
Docker allows you to mount files and directories from the host into the container. See docs in man docker-run for –mount Using that method, you can store an adapter outside the container and make it available inside the container.
For translating your config file into env vars, see the docs for Running Ghost with config env vars.