精简提交历史记录
This commit is contained in:
28
apps/qBittorrent/4.5.2/docker-compose.yml
Normal file
28
apps/qBittorrent/4.5.2/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: "3"
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
- PEER_PORT=${PEER_PORT_VALUE}
|
||||
- WEB_PORT=${PANEL_APP_PORT_HTTP}
|
||||
ports:
|
||||
- "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}"
|
||||
- "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}/udp"
|
||||
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
|
||||
volumes:
|
||||
- "./data/.config:/data/.config"
|
||||
- "./data/.local:/data/.local"
|
||||
- "${CACHE_PATH}:/data/.cache"
|
||||
- "${DOWNLOAD_PATH}:/data/downloads"
|
||||
image: "jarylc/qbittorrent:4.5.2_2.0.8"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user