Compare commits

...

2 Commits

Author SHA1 Message Date
527ca62cb2 Remembos: update to 0.1.5
Some checks failed
Linting / YAML Lint (push) Successful in 10s
Linting / Ansible Lint (push) Failing after 31s
2026-02-22 12:36:24 +03:00
c492e6f697 Dozzle: update to 10.0.4 2026-02-22 12:36:05 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services:
dozzle_app:
image: amir20/dozzle:v10.0.2
image: amir20/dozzle:v10.0.4
container_name: dozzle_app
restart: unless-stopped
volumes:

View File

@@ -1,7 +1,7 @@
services:
remembos_app:
image: "{{ yc_container_registry_repository }}/remembos:v0.1.4"
image: "{{ yc_container_registry_repository }}/remembos:v0.1.5"
container_name: remembos_app
restart: unless-stopped
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"