Files
ffmpeg-worker/.env.example
Bill 4c56c059c7 feat: make docker-compose configurable via .env
Add environment variable support for HOST_PORT, DATA_VOLUME_PATH, and
FFMPEG_TIMEOUT with sensible defaults. Include .env.example template.
2025-11-30 18:22:48 -05:00

9 lines
182 B
Plaintext

# Port exposed on host
HOST_PORT=8000
# Path to media files directory (mounted to /data in container)
DATA_VOLUME_PATH=./data
# Maximum job duration in seconds
FFMPEG_TIMEOUT=3600