Compare commits

...

4 Commits

Author SHA1 Message Date
3f172fd458 chore: update main.yml gather facts
All checks were successful
Deploy / Prepare Build (push) Successful in 41s
2025-07-26 16:25:24 +10:00
bf6471312c chore(deps): update amir20/dozzle docker tag to v8.13.8
All checks were successful
Deploy / Prepare Build (push) Successful in 1m1s
| datasource | package       | from    | to      |
| ---------- | ------------- | ------- | ------- |
| docker     | amir20/dozzle | v8.13.7 | v8.13.8 |
2025-07-24 17:02:25 +00:00
44062b9c0d chore(deps): update traefik docker tag to v3.5
All checks were successful
Deploy / Prepare Build (push) Successful in 1m28s
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | traefik | v3.4 | v3.5 |
2025-07-23 19:02:01 +00:00
7b17e4fe83 chore(deps): update ghcr.io/linuxserver/lidarr:latest docker digest to 2231bc5
All checks were successful
Deploy / Prepare Build (push) Successful in 58s
2025-07-23 04:02:17 +00:00
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
tasks:
- name: Gather facts if run with tags
ansible.builtin.setup:
when: ansible_run_tags | length
when: (ansible_run_tags | length) > 0
tags: always
- hosts: all

View File

@ -58,7 +58,7 @@
- name: Create traefik Container
docker_container:
name: traefik
image: traefik:v3.4
image: traefik:v3.5
restart_policy: unless-stopped
networks:
- name: "proxy"

View File

@ -2,7 +2,7 @@
- name: Create the dozzle container
docker_container:
name: dozzle_agent
image: amir20/dozzle:v8.13.7
image: amir20/dozzle:v8.13.8
restart_policy: unless-stopped
command: agent
recreate: true

View File

@ -10,7 +10,7 @@
- name: Create the dozzle container
docker_container:
name: dozzle
image: amir20/dozzle:v8.13.7
image: amir20/dozzle:v8.13.8
restart_policy: unless-stopped
recreate: true
networks:

View File

@ -14,7 +14,7 @@
- name: Create the lidarr container
docker_container:
name: lidarr
image: ghcr.io/linuxserver/lidarr:latest@sha256:d902a742ec417cc0f8fb87977f0d1e8df2c6f8dd43c96ff7b16e29c70b4776b8
image: ghcr.io/linuxserver/lidarr:latest@sha256:2231bc5581589de7c5373b19f7f16e1a5bfa48c5a365ca9b928e232b4c985dce
restart_policy: unless-stopped
recreate: true
networks: