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

13 lines
300 B
Text
Raw Normal View History

2025-03-30 07:52:43 +00:00
# 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