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