From 022ae2b8deb55a047efcb1702d04a66a6d6c8a9f Mon Sep 17 00:00:00 2001 From: Viren070 Date: Wed, 1 Oct 2025 21:24:53 +0100 Subject: [PATCH] fix(bitmagnet): add profiles --- apps/bitmagnet/compose.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/bitmagnet/compose.yaml b/apps/bitmagnet/compose.yaml index fbe2653..da3e50e 100644 --- a/apps/bitmagnet/compose.yaml +++ b/apps/bitmagnet/compose.yaml @@ -28,9 +28,13 @@ services: # - --keys=http_server # - --keys=queue_server # - --keys=dht_crawler + profiles: + - bitmagnet + - all bitmagnet_vpn: container_name: bitmagnet_vpn + hostname: bitmagnet image: qmcgaw/gluetun restart: unless-stopped cap_add: @@ -67,10 +71,8 @@ services: bitmagnet: ipv4_address: 192.168.55.10 default: - - hostname: bitmagnet profiles: - - gluetun + - bitmagnet - all bitmagnet_postgres: @@ -92,6 +94,9 @@ services: test: ["CMD-SHELL", "pg_isready", "-U", "bitmagnet", "-d", "bitmagnet"] interval: 10s start_period: 20s + profiles: + - bitmagnet + - all networks: