mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Add network mode configuration for Docker in .env and docker-compose
This commit is contained in:
@@ -26,6 +26,12 @@ ABOGEN_TEMP_DIR=./storage/tmp
|
||||
ABOGEN_UID=1000
|
||||
ABOGEN_GID=1000
|
||||
|
||||
# Network mode for the Docker container. Options:
|
||||
# bridge (default) - Isolated container network, uses port mapping
|
||||
# host - Container uses host's network directly, required for
|
||||
# accessing LAN resources like Calibre OPDS servers
|
||||
# ABOGEN_NETWORK_MODE=host
|
||||
|
||||
# Optional: Seed the web UI with working defaults for the LLM-powered
|
||||
# text normalization features. Leave these blank to configure everything
|
||||
# from the Settings page.
|
||||
|
||||
Reference in New Issue
Block a user