umbrel-apps/simple-torrent/docker-compose.yml

20 lines
526 B
YAML
Raw Normal View History

2022-04-20 20:32:07 +00:00
version: "3.7"
services:
2022-05-16 13:30:51 +00:00
app_proxy:
environment:
APP_HOST: simple-torrent_server_1
APP_PORT: 8086
2022-05-16 13:30:51 +00:00
2022-04-20 20:32:07 +00:00
server:
2022-06-29 08:35:29 +00:00
image: boypt/cloud-torrent:1.3.9@sha256:90cc62869ebaabbdba31535cdff4c66ede98b341956d2ebcd6650610a37e9819
2022-04-20 20:32:07 +00:00
user: "1000:1000"
restart: on-failure
command: >
--port=8086
2022-04-20 20:32:07 +00:00
--config-path /config/simple-torrent.json
volumes:
- ${APP_DATA_DIR}/data/torrents:/torrents
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
2022-04-20 20:32:07 +00:00
- ${APP_DATA_DIR}/data/config:/config