+bookstack

This commit is contained in:
Simon Martens
2025-10-31 12:18:21 +01:00
parent 4eb06528d7
commit 5c749b2762
8 changed files with 668 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# BookStack Production Configuration
# Copy this file to .env and update with your actual values
# ============================================
# User/Group Configuration
# ============================================
# Run `id` on your host to get your UID/GID
PUID=1000
PGID=1000
# Timezone
TZ=Europe/Berlin
# ============================================
# Database Configuration
# ============================================
# Database name
DB_DATABASE=bookstack_testing
DB_USERNAME=bookstack_testing
DB_PASSWORD=testing_password_123
MYSQL_ROOT_PASSWORD=testing_password_123
# Optional: Enable async email processing (recommended for better performance)
# QUEUE_CONNECTION=database