Skip to content

LDAP/docker-artemis-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Artemis Client Docker

For usage refer to LDAP/docker-compose-artemis.

Enabling CORS may be necessary on server side. See the documentation here.

Environment variables

Variable Description
API_REDIRECT_URL Redirect URL for API calls, without trailing slash mandatory!
SERVER_NAME NGINX server_name for artemis. mandatory!

Mount points

Mount Description
/etc/nginx/conf.d/ generated configs, used to overwrite configs
/var/log/nginx log directory
/usr/share/nginx/html/public/images/logo.png set own logo. recommended
/usr/share/nginx/html/public/images/favicon.ico set own favicon. recommended
/usr/share/nginx/html/public/content/privacy_statement.html set own privacy statement. recommended

Ports

This container exposes port 80. Run the container with -P to publish all exposed ports to the host interfaces. You can overwrite the default with -p hostPort:80.

Building

Build arguments

Argument Description
ARTEMIS_VERSION Git tag or branch name, default: develop
ARTEMIS_GIT_REPOSITORY Git repo to pull Artemis from. default: ls1intum/Artemis