Master Development Docs-storage Service that allows to store DOC, DOCS, PDF files and retrieve it by queries Examples Build and run Build docker image docker build -t docs-storage:latest . Run docker image docker run --name docs-storage -p 8080:8080 docs-storage:latest