From f7588d9da2a0e0031d9bd2c44a959c51d4a8e17b Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 5 Apr 2025 22:28:58 +0100 Subject: [PATCH] feat: add warp configuration for tweakio --- apps/tweakio/compose.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/tweakio/compose.yaml b/apps/tweakio/compose.yaml index 8f2019d..d1fd6d1 100644 --- a/apps/tweakio/compose.yaml +++ b/apps/tweakio/compose.yaml @@ -3,12 +3,17 @@ services: image: varthe/tweakio:latest container_name: tweakio restart: unless-stopped + # Run this container in the same network as warp, so it can access Torrentio + # If not blocked by Torrentio, you can remove this line. + # Will need to be accesssed at http://warp:3185 if using warp. + network_mode: service:warp user: $PUID:$PGID - expose: - - 3185 volumes: - ${DOCKER_DATA_DIR}/tweakio/config.yaml:/app/config.yaml profiles: - all - debrid_media_server - tweakio + depends_on: + warp: + condition: service_healthy