Compare commits

...

2 Commits

Author SHA1 Message Date
eeafaf1fcb feat: add questarr 2026-07-24 17:28:28 +01:00
5df008ac27 feat: use tensorrt image 2026-02-08 15:14:14 +00:00
2 changed files with 18 additions and 2 deletions

View File

@@ -26,7 +26,23 @@ services:
restart: unless-stopped
networks:
- traefik_public
questarr:
image: ghcr.io/doezer/questarr:latest
container_name: questarr
network_mode: service:gluetun
restart: unless-stopped
volumes:
- ${CONFIG_ROOT}:/app/data
- ${MEDIA_PATH}:/media
# Traefik
labels:
traefik.enable: "true"
traefik.http.routers.questarr.rule: "Host(`questarr.${DOMAIN}`)"
traefik.http.routers.questarr.entrypoints: "https"
traefik.http.routers.questarr.service: "questarr"
traefik.http.routers.questarr.tls.certresolver: "cloudflare"
traefik.http.routers.questarr.middlewares: "voidauth@docker"
traefik.http.services.questarr.loadbalancer.server.port: "5000"
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr

View File

@@ -3,7 +3,7 @@ version: "3.9"
services:
frigate:
container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable
image: ghcr.io/blakeblackshear/frigate:stable-tensorrt
shm_size: "512mb" # Update based on camera resolution and count
privileged: true # Add this
devices: