Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 committed Jun 10, 2024
1 parent 0ebdefb commit b6d5825
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Apps/RDTClient/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: rdtclient
services:
rdtclient:
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
UMASK: "002"
cpu_shares: 50
command: []
container_name: rdtclient
deploy:
resources:
reservations:
memory: 64M
image: rogerfar/rdtclient:2
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/RDTClient/icon.png
ports:
- target: 6500
published: "6500"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/Downloads
target: /data/downloads
- type: bind
source: /DATA/AppData/$AppID/db
target: /data/db
devices: []
cap_add: []
network_mode: bridge
privileged: false
x-casaos:
architectures: # a list of architectures that the app supports
- amd64
- arm
- arm64
author: calganaygun
category: Downloader
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/RDTClient/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/RDTClient/screenshot-1.png
index: /
port_map: "6500"
scheme: http
store_app_id: rdtclient
title:
en_us: Real-Debrid Torrent Client

0 comments on commit b6d5825

Please sign in to comment.