From 368f630ec4c19538907cac55e38dfeef00ed758e Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sat, 7 Mar 2026 18:04:06 -0600 Subject: [PATCH] Add teamarr --- starr/compose.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/starr/compose.yaml b/starr/compose.yaml index 6a0857d..9d3a7cb 100644 --- a/starr/compose.yaml +++ b/starr/compose.yaml @@ -9,6 +9,7 @@ volumes: syncthing_data: dispatcharr_data: ecm_data: + teamarr_data: services: jellyfin: @@ -141,4 +142,15 @@ services: - "6100:6100" # HTTP (always available) - "6143:6143" # HTTPS (when TLS is enabled) volumes: - - ecm_data:/config \ No newline at end of file + - ecm_data:/config + + teamarr: + image: ghcr.io/pharaoh-labs/teamarr:latest + container_name: teamarr + restart: unless-stopped + ports: + - "9195:9195" + volumes: + - ./data:/app/data + environment: + - TZ=America/Chicago \ No newline at end of file