appstore/apps/qbittorrent-vnc/develop/docker-compose.yml
2024-06-01 18:07:27 +08:00

29 lines
705 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:develop
labels:
createdBy: "Apps"
volumes:
qbittorrent-vnc_data:
networks:
1panel-network:
external: true