Compare commits

...

4 Commits

Author SHA1 Message Date
28f090b499 chore(deps): update vaultwarden/server docker tag to v1.34.2
All checks were successful
Deploy / Prepare Build (push) Successful in 1m51s
| datasource | package            | from   | to     |
| ---------- | ------------------ | ------ | ------ |
| docker     | vaultwarden/server | 1.34.1 | 1.34.2 |
2025-07-27 19:01:55 +00:00
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
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

@ -13,7 +13,7 @@
- name: Create the vaultwarden container
docker_container:
name: vaultwarden
image: vaultwarden/server:1.34.1
image: vaultwarden/server:1.34.2
restart_policy: unless-stopped
recreate: true
networks: