docker-compose-collection/asciicinema/.env-example

12 lines
300 B
Text

# Asciinema
ASCIICINEMA_VERSION=latest
ASCIICINEMA_SECRET= # tr -dc A-Za-z0-9 </dev/urandom | head -c 64; echo
ASCIICINEMA_DOMAIN=asciicinema.example.com
# SMTP
ASCIICINEMA_SMTP_HOST=localhost
ASCIICINEMA_SMTP_USER=none
ASCIICINEMA_SMTP_PASSWORD=none
# PostgreSQL
ASCIICINEMA_POSTGRESQL_VERSION=16