jupyter-lab/.env.sample

17 lines
366 B
Plaintext

TYPE=jupyter-lab
DOMAIN=jupyter-lab.example.com
COMPOSE_FILE="compose.yml"
## Domain aliases
#EXTRA_DOMAINS=', `www.jupyter-lab.example.com`'
LETS_ENCRYPT_ENV=production
# SSH authentication for git operations
#SECRET_SSH_KEY_VERSION=v1
#COMPOSE_FILE="$COMPOSE_FILE:compose.ssh.yml"
# "Voila" notebook publishing
#COMPOSE_FILE="$COMPOSE_FILE:compose.voila.yml"