Compare commits

...

3 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
4 changed files with 4 additions and 4 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: