refactor: improve formatting and organization of environment variables in docker compose configuration
This commit is contained in:
@@ -65,24 +65,24 @@ services:
|
||||
- "8286:8286"
|
||||
|
||||
environment:
|
||||
# Required:
|
||||
AA_BASE_URL: https://annas-archive.org
|
||||
# FlareSolverr is used for slow download fallback when API key is missing or quota exhausted
|
||||
# Default: http://127.0.0.1:8191 (or http://flaresolverr:8191 in Docker)
|
||||
FLARESOLVERR_URL: ${FLARESOLVERR_URL}
|
||||
# Required:
|
||||
AA_BASE_URL: https://annas-archive.org
|
||||
# FlareSolverr is used for slow download fallback when API key is missing or quota exhausted
|
||||
# Default: http://127.0.0.1:8191 (or http://flaresolverr:8191 in Docker)
|
||||
FLARESOLVERR_URL: ${FLARESOLVERR_URL}
|
||||
|
||||
# Optional
|
||||
# Optional
|
||||
|
||||
# Alternative Download Source (optional, but highly recommended)
|
||||
# If set, LG fast download will be attempted before falling back to slow servers
|
||||
# Leave empty to disable this feature
|
||||
# li, bz, etc.
|
||||
LG_BASE_URL: https://libgen.gl #https://gen.com
|
||||
# Alternative Download Source (optional, but highly recommended)
|
||||
# If set, LG fast download will be attempted before falling back to slow servers
|
||||
# Leave empty to disable this feature
|
||||
# li, bz, etc.
|
||||
LG_BASE_URL: https://libgen.gl #https://gen.com
|
||||
|
||||
AA_API_KEY: # Only for paid members of AA, otherwise leave blank for slow downloads
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
# AA_API_KEY: # Only for paid members of AA, otherwise leave blank for slow downloads
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
|
||||
volumes:
|
||||
- ephemera-data:/app/data
|
||||
@@ -109,4 +109,5 @@ services:
|
||||
start_period: 40s
|
||||
retries: 3
|
||||
volumes:
|
||||
qbittorrent-pia:
|
||||
qbittorrent-pia:
|
||||
ephemera-data:
|
||||
Reference in New Issue
Block a user