mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
add mamapi
This commit is contained in:
parent
726d02348d
commit
3785ea2434
1 changed files with 11 additions and 2 deletions
|
@ -30,6 +30,7 @@ services:
|
|||
ipv4_address: 172.16.7.4
|
||||
command: fertilizer -o /media/downloads/fertilizer/torrent-files -i /torrents/qBittorrent/BT_backup --server
|
||||
user: 1000:1800
|
||||
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
|
@ -102,6 +103,16 @@ services:
|
|||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
qbittorrent_mamapi:
|
||||
image: elforkhead/mamapi:latest
|
||||
volumes:
|
||||
- /mnt/docker/qbittorrent_mamapi/data:/data
|
||||
network_mode: service:qbittorrent_gluetun
|
||||
environment:
|
||||
TZ: Australia/Perth
|
||||
MAM_ID: ${MAM_ID}
|
||||
WRITE_CURRENT_MAMID: True
|
||||
|
||||
networks:
|
||||
default:
|
||||
ipam:
|
||||
|
@ -116,8 +127,6 @@ networks:
|
|||
volumes:
|
||||
qbittorrent_config:
|
||||
name: qbittorrent_config
|
||||
qbittorrent_mamapi_data:
|
||||
name: qbittorrent_mamapi_data
|
||||
qbittorrent_gluetun_auth:
|
||||
name: qbittorrent_gluetun_auth
|
||||
cross-seed_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue