mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
594 B
19 lines
594 B
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
|
|
|