appstore/apps/qbittorrent-vnc/1.17.0/docker-compose.yml
github-action update-app-version cb4e44ce21 Update app version [skip ci]
2025-04-07 14:37:41 +00:00

29 lines
704 B
YAML

services:
qbittorrent-vnc:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTPS}:6901"
- "${PANEL_APP_PORT_PEER}:${PANEL_APP_PORT_PEER}"
- "${PANEL_APP_PORT_PEER}:${PANEL_APP_PORT_PEER}/udp"
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
volumes:
- "${DOWNLOAD_PATH}:/home/kasm-user/Downloads"
- "qbittorrent-vnc_data:/home/kasm-user"
environment:
- VNC_PW=${HTTP_PWD}
shm_size: ${MEM_USE}
tty: true
image: kasmweb/qbittorrent:1.17.0
labels:
createdBy: "Apps"
volumes:
qbittorrent-vnc_data:
networks:
1panel-network:
external: true