refactor: improve formatting and organization of environment variables in docker compose configuration
This commit is contained in:
@@ -79,7 +79,7 @@ services:
|
|||||||
# li, bz, etc.
|
# li, bz, etc.
|
||||||
LG_BASE_URL: https://libgen.gl #https://gen.com
|
LG_BASE_URL: https://libgen.gl #https://gen.com
|
||||||
|
|
||||||
AA_API_KEY: # Only for paid members of AA, otherwise leave blank for slow downloads
|
# AA_API_KEY: # Only for paid members of AA, otherwise leave blank for slow downloads
|
||||||
PUID: ${PUID}
|
PUID: ${PUID}
|
||||||
PGID: ${PGID}
|
PGID: ${PGID}
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
@@ -110,3 +110,4 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
volumes:
|
volumes:
|
||||||
qbittorrent-pia:
|
qbittorrent-pia:
|
||||||
|
ephemera-data:
|
||||||
Reference in New Issue
Block a user