Thanks @Robert Cemper! It’s a teamwork indeed!

And I’m glad that community gets the value in the service -  seeing HOW it works in a demo saves a lot of time for developers if the app does what they are looking for and it’s increases the quality of the app obviously by the fact that it just works!

80 demos! It’s a lot! Thanks to all the developers!

Thanks @Lucas Enard ! This is a really helpful sample!

Just tried vs my FHIR deployment - works like a charm!

I didn't get through the advantage of having VSCode inside the container? Can't I do the same mapping source folder using volumes in docker-compose?

Also, is it possible to VSCode inside a container with IRIS? e.g. if I want to build something using Embedded Python?

Hi Rochdi! curl is a software that can make http calls from a command line. 

Are you sure you need curl? Or maybe you need to make http calls from IRIS or Ensemble? 

There are plenty of examples.

E.g. here is a one line to make an http GET request and download  and install ZPM:

    s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")

It is an example of http request

@Robert Cemper, why did you provide such a low assessment for the tool in your review?

I've just tested the repository: it builds and works as expected:

You can follow the instruction, but I did it with VSCode:

1. Opened Visual Studio Code with Docker and ObjectScript plugins installed. Cloned the repository in VSCode.

2. Right-click on the docker-compose.yml file and choose "Compose Up" in the menu.

3. Once it builds successfully it indeed goes with a random available port. But this is done intentionally to not force you to stop other docker images if they own the port. To start the application comfortably just click on ObjectScript menu in the bottom bar to choose Refresh - it will find the port and show the user menu.

4. Choose Globals menuitem and start using the app.

What's wrong, @Robert Cemper ?

What ENV variables do you mean?