mirror of https://github.com/lukechilds/umbrel.git
Luke Childs
3 years ago
8 changed files with 51 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||
|
version: "3.7" |
||||
|
|
||||
|
services: |
||||
|
server: |
||||
|
image: boypt/cloud-torrent:1.3.4@sha256:a1355e9ac319d523ce1fd6e8d34ab8e4bf0b5476c52bfe244e37fea64f6f4228 |
||||
|
user: "1000:1000" |
||||
|
restart: on-failure |
||||
|
ports: |
||||
|
- "${APP_SIMPLETORRENT_PORT}:${APP_SIMPLETORRENT_PORT}" |
||||
|
command: > |
||||
|
--port=${APP_SIMPLETORRENT_PORT} |
||||
|
--config-path /config/simple-torrent.json |
||||
|
volumes: |
||||
|
- ${APP_DATA_DIR}/data/torrents:/torrents |
||||
|
- ${APP_DATA_DIR}/data/downloads:/downloads |
||||
|
- ${APP_DATA_DIR}/data/config:/config |
||||
|
networks: |
||||
|
default: |
||||
|
ipv4_address: $APP_SIMPLETORRENT_IP |
Loading…
Reference in new issue