Stream: smart
Topic: HSPC sandbox and docker
Joel Schneider (Apr 17 2018 at 14:58):
A docker-compose.yml file and Dockerfile were recently added to the sandbox-manager BitBucket project, and several of the other hspconsortium (reference-auth, reference-api, sandbox-manager-api) projects include a Dockerfile.
https://bitbucket.org/hspconsortium/sandbox-manager
Is there an effort underway to dockerize the HSPC sandbox?
+1 from me if that's the case -- would much prefer a Docker based setup
Łukasz Dywicki (Apr 17 2018 at 20:11):
I been trying to get some of these working and there are some troubles. Are you interested in multi-tenant installation?
Joel Schneider (Apr 18 2018 at 14:19):
I'm mainly interested in having better encapsulation for the various sandbox components, such as the auth, dstu2, stu3, and sandbox-manager-api services, and the sandbox-manager UI.
Joel Schneider (Apr 18 2018 at 14:32):
After tweaking the docker-compose.yml file (to pin the image versions and replace the nginx reverse proxy with one based on nginx:1.13.11-alpine), I've been able to successfully run "docker-compose up". So it seems very close to what I would like to use. However, more work is needed, such as building newer versions of docker images and possibly also tweaking the images.
Last updated: Apr 12 2022 at 19:14 UTC