Add teamarr
This commit is contained in:
@@ -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
|
||||
- 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
|
||||
Reference in New Issue
Block a user