fuck me
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-09-13 23:32:43 -04:00
parent cfe4b8d02c
commit 8a7d901e2a
2 changed files with 0 additions and 36 deletions

View File

@@ -13,9 +13,6 @@
- name: Deploy Servarr
import_tasks: tasks/servarr.yml
tags: servarr_deploy
- name: Deploy Dozzle
import_tasks: tasks/dozzle.yml
tags: dozzle_deploy
- name: Deploy Cup
import_tasks: tasks/cup.yml
tags: cup_deploy
@@ -64,9 +61,6 @@
- name: Deploy Navidrome
import_tasks: tasks/navidrome.yml
tags: navidrome_deploy
- name: Deploy Monitoring Stack
import_tasks: tasks/monitoring.yml
tags: monitoring_deploy
- name: Deploy Drop
import_tasks: tasks/drop.yml
tags: drop_deploy
@@ -79,9 +73,6 @@
- name: Deploy QBittorrent
import_tasks: tasks/qbittorrent.yml
tags: qbittorrent_deploy
- name: Deploy Kavita
import_tasks: tasks/kavita.yml
tags: kavita_deploy
- name: Deploy Jackett
import_tasks: tasks/jackett.yml
tags: jackett_deploy

View File

@@ -1,27 +0,0 @@
---
- name: Pull latest Dozzle Docker Image
docker_image:
name: amir20/dozzle
tag: latest
source: pull
- name: Create Dozzle Docker Container
docker_container:
name: dozzle
image: amir20/dozzle:latest
restart_policy: unless-stopped
recreate: true
networks:
- name: homelab
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
env:
DOZZLE_ENABLE_ACTIONS: "{{ DOZZLE_ACTIONS }}"
DOZZLE_ENABLE_SHELL: "{{ DOZZLE_SHELL }}"
labels:
traefik.enable: "true"
traefik.http.routers.dz.rule: Host(`logs.fntz.net`)
traefik.http.routers.dz.entrypoints: webSecure
traefik.http.routers.dz.tls.certresolver: letsencrypt
traefik.http.services.dz.loadbalancer.server.port: "8080"
traefik.http.routers.dz.middlewares: tinyauth