oq-engine icon indicating copy to clipboard operation
oq-engine copied to clipboard

LOCKDOWN not working in docker

Open schmidni opened this issue 4 months ago • 2 comments

Running

docker run -e LOCKDOWN=True openquake/engine:nightly "oq webui start 0.0.0.0:8800 -s"

as described in the docker readme, does not start a docker container with user authentication enabled.

schmidni avatar Oct 02 '25 12:10 schmidni

also, having to supply the cmd ("oq webui start 0.0.0.0:8800 -s") manually to the docker container makes it hard to work with, eg. when using it as a github service....

schmidni avatar Oct 02 '25 14:10 schmidni

sorry for the spam. But perhaps it helps when addressing the issue:

using the "old" docker/scripts/oq-start.sh (in order to have authentication) together with the latest version (master branch), creates a user which is not allowed to download the datastores.

schmidni avatar Oct 06 '25 12:10 schmidni