1
0

feat:添加iyuuplus到列表

This commit is contained in:
okxlin
2024-08-07 00:31:28 +08:00
parent 6c77558093
commit 4a77d29130
6 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
services:
iyuuplus:
image: "iyuucn/iyuuplus:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8780"
volumes:
- ${IYUU_PATH}:/iyuu
- ${DATA_PATH}:/data
- ${QBITTORRENT_PATH}:${INTERNAL_QBITTORRENT_PATH}
- ${TRANSMISSION_PATH}:${INTERNAL_TRANSMISSION_PATH}
- ${EXTERNAL_MOUNT_PATH}:${INTERNAL_MOUNT_PATH}
stdin_open: true
tty: true
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true