Web access to noPWS container
Well, now we got noPWS container with IRIS, and how to connect to it, simply, without any durable sys or files, using normal peoples way like Environment variables?
version: "3"
services:
iris:
image: containers.intersystems.com/intersystems/iris:2023.2.0.227.0
ports:
- 1972:1972
volumes:
- ~/iris.key:/usr/irissys/mgr/iris.key
web:
image: containers.intersystems.com/intersystems/webgateway:2023.2.0.227.0
ports:
- 52773:80
DockerfileDockerfile
Are community images from intersystemsdc/ also affected ?
Fortunately, Community Images has not been affected, yet. But who knows for how long.
But, looks like we need something user-friendly than official WebGateway images.
And I'd like to be able to easily switch between Community and Enterprise in any community project. But It's kind of tricky now, have to keep the version in mind.
community edition will not have the PWS removed, in order to make it as easy as possible for people to kick the tires on IRIS
There's a repo in the community showing various ways to use the webgateway container with the IRIS container. PR's accepted!
https://github.com/intersystems-community/webgateway-examples
😒😟
I did not find there anything, that I would recommend anybody at all.
@Bob Kuszewski would it be possible to add the repo on OEX?
you still need CSP.ini and CSP.conf, right?