Sign inSign up

openeor/server-demo

By openeor

Updated over 7 years ago

A readily compiled docker images with a standard configuration for using it in demo cases

Image
0

333

openeor/server-demo repository overview

You can use this image to run a demo of the openeo-r-backend. With tag "0.3.1-3-configurable" onwards system environment variables are included to customize the servers starting behaviour.

Volumes:

  • optional mount point for a predefined workspace: "/var/openeo/workspace/"

Exposed port: 8000

Supported environment variables:

R_SERVER_R_UDF_SERVICE_URL The URL for the R UDF webservice
R_SERVER_BASE_URL The URL under which the server is reachable
OIDC_PROVIDER_URL The URL that points to the service for openID connect
R_SERVER_MAPSERVER_URLThe URL to the mapserver service
R_SERVER_PORT If the Docker Image is customized to run on another port it can be changed here also that the webserver runs on the here stated port
R_SERVER_WORKSPACE_PATH The back-ends workspace for storing user data, job results and udf transaction data
R_SERVER_DATA_PATH The path to the data on the local filesystem
R_SERVER_SQLITE_PATH Local path to the internal SQLite data base
R_SERVER_UDF_TRANSACTION_PATH local file path where to store transactional udf data
R_SERVER_SECRET secret token to be used in en- and decryption of a web token
R_SERVER_USER alternative user name that is created on container start (test by default)
R_SERVER_USER_PASSWORD the users password (test by default)

Tag summary

Content type

Image

Digest

Size

938.9 MB

Last updated

over 7 years ago

docker pull openeor/server-demo