Skip to content

Latest commit

 

History

History
 
 

wdqs-proxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

wdqs-proxy docker image

Proxy to put infront of the wdqs image enforcing READONLY requests query timeouts.

In order to change how this image is configured just mount over the wdqs.template file.

Automated build.

Tags

Image name Parent image WDQS UI Version
wikibase/wdqs-proxy : latest nginx:stable-alpine master

Environment variables

NOTE TODO XXX: PROXY_PASS_HOST is currently provided by the nginx image and we should probably instead use WDQS_HOST and WDQS_PORT and set PROXY_PASS_HOST ourselves.

Variable Default Description
PROXY_PASS_HOST "wdqs.svc:9999" Language to use in the UI (default)

Filesystem layout

File Description
/etc/nginx/conf.d/wdqs.template Template for the nginx config (substituted to /etc/nginx/conf.d/default.conf at runtime)
/etc/nginx/conf.d/default.conf nginx config. To override this you must also use a custom entrypoint to avoid the file being overwritten.