From 7a666f02f5b4e59e5cd178348e48e0673b8f077a Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 23 Jul 2025 10:02:16 +0800 Subject: [PATCH] [Komodo] fern: Write Compose File: update qbittorrent/compose.yaml --- qbittorrent/compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qbittorrent/compose.yaml b/qbittorrent/compose.yaml index 27dc766..11e500b 100644 --- a/qbittorrent/compose.yaml +++ b/qbittorrent/compose.yaml @@ -3,6 +3,9 @@ services: cross-seed: image: ghcr.io/cross-seed/cross-seed:6 container_name: cross-seed + depends_on: + qbittorrent: + condition: service_healthy volumes: - /home/fern/docker/data/qbittorrent/cross-seed/config:/config - /media:/media @@ -16,6 +19,9 @@ services: fertilizer: image: ghcr.io/moleculekayak/fertilizer:latest container_name: fertilizer + depends_on: + qbittorrent: + condition: service_healthy volumes: - /home/fern/docker/data/qbittorrent/qbittorrent/config:/torrents:ro - /media:/media @@ -81,6 +87,9 @@ services: qbittorrent_qsticky: image: ghcr.io/monstermuffin/qsticky:latest container_name: qbittorrent_qsticky + depends_on: + qbittorrent: + condition: service_healthy environment: - QBITTORRENT_HOST=qbittorrent_gluetun - QBITTORRENT_HTTPS=false @@ -103,6 +112,9 @@ services: qbittorrent_mamapi: image: elforkhead/mamapi:latest container_name: qbittorrent_mamapi + depends_on: + qbittorrent: + condition: service_healthy volumes: - /home/fern/docker/data/qbittorrent/mamapi/data:/data network_mode: service:qbittorrent_gluetun