From b6d58259f5428a982975de4407b6b04ae1126194 Mon Sep 17 00:00:00 2001 From: IceWhaleTech Date: Mon, 10 Jun 2024 03:36:12 +0000 Subject: [PATCH] Update from https://github.com/IceWhaleTech/CasaOS-AppStore/commit/5d971abad0b2726126e630d265f85f181a159fc7 --- Apps/RDTClient/docker-compose.yml | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Apps/RDTClient/docker-compose.yml diff --git a/Apps/RDTClient/docker-compose.yml b/Apps/RDTClient/docker-compose.yml new file mode 100644 index 0000000..dccb8d2 --- /dev/null +++ b/Apps/RDTClient/docker-compose.yml @@ -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