Update media-management.yaml
parent
92bfe4daba
commit
25796e451d
|
@ -130,6 +130,18 @@ services:
|
|||
- 9080:9080 #qbittorrent
|
||||
- 9081:9081 #sab
|
||||
|
||||
seedboxapi:
|
||||
image: myanonamouse/seedboxapi
|
||||
user: 1001:1001 # Run as a non-root user.
|
||||
container_name: seedboxapi
|
||||
network_mode: "container:gluetun"
|
||||
volumes:
|
||||
- ./seedboxapi:/config
|
||||
environment:
|
||||
- DEBUG=1
|
||||
- mam_id=$MAMID
|
||||
- interval=1
|
||||
|
||||
# Downloaders
|
||||
sabnzbd:
|
||||
image: linuxserver/sabnzbd
|
||||
|
|
Loading…
Reference in New Issue