Resolves ENG-2701
- Mostly copy-pasted Dockerfile from Blob service
- Made it more flexible by moving LOCALSTACK_URL and BLOB_SERVICE_URL to docker-compose.yml config
- I left COMM_SERVICES_SANDBOX handled internally in-app, because it is more flexible - distinguishes truthy and falsy values - see this line
Depends on D6246