add a few more services
Some checks failed
Deploy Containers / Prepare (push) Failing after 6s

This commit is contained in:
2026-01-07 19:55:10 -05:00
parent 40e3ace8eb
commit 6f50604fb3
2 changed files with 18 additions and 22 deletions

View File

@@ -7,21 +7,12 @@
server: "jade" server: "jade"
tasks: tasks:
- name: Deploy Servarr
import_tasks: tasks/servarr.yml
tags: servarr_deploy
- name: Deploy NZBGet
import_tasks: tasks/nzbget.yml
tags: nzbget_deploy
- name: Deploy Romm - name: Deploy Romm
import_tasks: tasks/romm.yml import_tasks: tasks/romm.yml
tags: romm_deploy tags: romm_deploy
- name: Deploy Vaultwarden - name: Deploy Vaultwarden
import_tasks: tasks/vaultwarden.yml import_tasks: tasks/vaultwarden.yml
tags: vaultwarden_deploy tags: vaultwarden_deploy
- name: Deploy Immich
import_tasks: tasks/immich.yml
tags: immich_deploy
- name: Deploy Drop - name: Deploy Drop
import_tasks: tasks/drop.yml import_tasks: tasks/drop.yml
tags: drop_deploy tags: drop_deploy
@@ -97,6 +88,21 @@
- name: Deploy Tautulli - name: Deploy Tautulli
import_tasks: tasks/tautulli.yml import_tasks: tasks/tautulli.yml
tags: tautulli_deploy tags: tautulli_deploy
- name: Deploy Immich
import_tasks: tasks/immich.yml
tags: immich_deploy
- name: Deploy Plex
import_tasks: tasks/plex.yml
tags: plex_deploy
- name: Deploy Frigate
import_tasks: tasks/frigate.yml
tags: frigate_deploy
- name: Deploy Servarr
import_tasks: tasks/servarr.yml
tags: servarr_deploy
- name: Deploy NZBGet
import_tasks: tasks/nzbget.yml
tags: nzbget_deploy
- hosts: jackson - hosts: jackson
@@ -137,12 +143,6 @@
server: "nas" server: "nas"
tasks: tasks:
- name: Deploy Plex
import_tasks: tasks/plex.yml
tags: plex_deploy
- name: Deploy Frigate
import_tasks: tasks/frigate.yml
tags: frigate_deploy
- name: Deploy Wings - name: Deploy Wings
import_tasks: tasks/wings.yml import_tasks: tasks/wings.yml
tags: wings_deploy tags: wings_deploy

View File

@@ -10,19 +10,15 @@
name: ghcr.io/blakeblackshear/frigate name: ghcr.io/blakeblackshear/frigate
tag: stable tag: stable
privileged: true privileged: true
published_ports:
- "5000:5000"
- "8555:8555/tcp"
- "8555:8555/udp"
- "8554:8554"
devices: devices:
- /dev/dri/renderD128:/dev/dri/renderD128 - /dev/dri
- /dev/kfd
networks: networks:
- name: "{{ docker_network_name }}" - name: "{{ docker_network_name }}"
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- "{{ data_dir }}/frigate:/config" - "{{ data_dir }}/frigate:/config"
- "{{ FRIGATE_RECORDINGS_PATH }}:/media/frigate" - "{{ media_path }}/Cameras:/media/frigate"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.frigate.rule: Host(`nvr.fntz.net`) traefik.http.routers.frigate.rule: Host(`nvr.fntz.net`)