Add teamarr

This commit is contained in:
2026-03-07 18:04:06 -06:00
parent b563acf258
commit 368f630ec4

View File

@@ -9,6 +9,7 @@ volumes:
syncthing_data: syncthing_data:
dispatcharr_data: dispatcharr_data:
ecm_data: ecm_data:
teamarr_data:
services: services:
jellyfin: jellyfin:
@@ -141,4 +142,15 @@ services:
- "6100:6100" # HTTP (always available) - "6100:6100" # HTTP (always available)
- "6143:6143" # HTTPS (when TLS is enabled) - "6143:6143" # HTTPS (when TLS is enabled)
volumes: volumes:
- ecm_data:/config - 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