- Add optional additional storage directories support.

This commit is contained in:
2025-05-24 20:00:23 +02:00
parent dc04aa9a4e
commit dc90d82321
5 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ services:
IMG_FROM_URL: ${P2P_IMG_FROM_URL}
MODULE_PATH: ${P2P_MODULE_PATH}
DELUGE_SPOOL: ${P2P_SPOOL_INT}
DELUGE_LIB: ${P2P_LIB_INT}
DELUGE_PORT_DAEMON: ${P2P_PORT_MAIN_INT}
DELUGE_PORT_WEB: ${P2P_PORT_ADMIN_INT}
@@ -46,6 +48,7 @@ services:
- ./${P2P_LOG_INIT_EXT}:${P2P_LOG_INIT_INT}
- ./${P2P_LOG_SV_EXT}:${P2P_LOG_SV_INT}
- ./${P2P_SPOOL_EXT}:${P2P_SPOOL_INT}
# - ./${P2P_SPOOL_OPT0_EXT}:${P2P_SPOOL_OPT0_INT}
networks:
proxy: