TYPE=voila DOMAIN=voila.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.voila.example.com`' LETS_ENCRYPT_ENV=production COMPOSE_FILE="compose.yml" # Single Sign-On using traefik-forward-auth #TFA_MIDDLEWARE_NAME="keycloak" #COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml" # Password Sign-On using traefik http password # Use htpasswd to generate the passwords for the user list, then set the below variable to # something like 'username:$$passwordhash', comma separated for multiple users. #HTTP_BASIC_AUTH_PASSWORDS= #COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml" # The voila version to pin to (can be overriden by requirements.txt) VOILA_VERSION=0.4.0 IPYKERNEL_VERSION=6.19.4 NOTEBOOK_VERSION=6.5.2 # The directory to run voila from. VOILA_DIRECTORY=/data # Additional options to pass to voila. VOILA_OPTIONS='' # The requirements.txt path REQUIREMENTS_PATH=/data/requirements.txt