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.
 
 

27 lines
749 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: transmission_server_1
APP_PORT: 9091
server:
image: linuxserver/transmission:4.0.4@sha256:760b2d364dbfb6d84c9688f624dc48f98665b15e9e41be2170715afcc525e329
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
ports:
- 51413:51413
- 51413:51413/udp
restart: on-failure
widget-server:
image: getumbrel/umbrel-transmission-widget-server:v1.0.0@sha256:ae3f1e2b4b6d1f8384d6c8707ffde3fa81901619675ae4862b5dfc63003902b6
environment:
- TRANSMISSION_URL=http://server
- TRANSMISSION_PORT=9091
restart: on-failure