mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
60878f278d
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com> Co-authored-by: Luke Childs <lukechilds123@gmail.com> Co-authored-by: John Corser <johnpc@umich.edu>
24 lines
567 B
YAML
24 lines
567 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_TRANSMISSION_IP
|
|
APP_PORT: 9091
|
|
|
|
server:
|
|
image: linuxserver/transmission:version-3.00-r5@sha256:f0b885f211dd6fde7b64f0d6b9e5931929cfc2331fb83d6f3171e412f22b3f87
|
|
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
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_TRANSMISSION_IP
|