So I have started messing around with Docker and I feel that I’ve got most of that under the belt. I have setup my own private network (of which an nginx container is on as well which I aim to use to proxy_pass to the HTTP gateway) and I have IPFS attached to that network, all of that is fine and I can definately access port 5001 via this.
However, what I noticed is that the image itself (shown in the compose.yml file below) doesn’t seem to start or configure IPFS for HTTP gateway access. I’d like to know what I would need to do in order to get this right.
A simple mount point in docker-compose? Or a derived Dockerfile/image entirely?