Compare commits

...

2 Commits

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

View File

@@ -26,7 +26,22 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- traefik_public - traefik_public
questarr:
image: ghcr.io/doezer/questarr:latest
container_name: questarr
network_mode: service:gluetun
restart: unless-stopped
volumes:
- ${CONFIG_ROOT}/questarr:/config
- ${MEDIA_PATH}:/media
# Traefik
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.radarr.loadbalancer.server.port: "5000"
radarr: radarr:
image: lscr.io/linuxserver/radarr:latest image: lscr.io/linuxserver/radarr:latest
container_name: radarr container_name: radarr

View File

@@ -3,7 +3,7 @@ version: "3.9"
services: services:
frigate: frigate:
container_name: 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 shm_size: "512mb" # Update based on camera resolution and count
privileged: true # Add this privileged: true # Add this
devices: devices: