chore(deps): update kasm workspaces to v1.18.0 (#1861)
This commit is contained in:
28
apps/qbittorrent-vnc/1.18.0/docker-compose.yml
Normal file
28
apps/qbittorrent-vnc/1.18.0/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
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.18.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
volumes:
|
||||
qbittorrent-vnc_data:
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user