Compare commits

..

3 Commits

Author SHA1 Message Date
e0ffb8636d Dozzle: update to 10.0.2
Some checks failed
Linting / YAML Lint (push) Successful in 10s
Linting / Ansible Lint (push) Failing after 31s
2026-02-18 09:52:04 +03:00
5ccee8e0a1 Outline: update to 1.5.0 2026-02-18 09:51:43 +03:00
a66b5fdc3d Netdada: update to 2.9.0 2026-02-18 09:51:25 +03:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,7 +1,7 @@
services: services:
netdata: netdata:
image: netdata/netdata:v2.8.5 image: netdata/netdata:v2.9.0
container_name: netdata container_name: netdata
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:

View File

@@ -3,7 +3,7 @@ services:
# See sample https://github.com/outline/outline/blob/main/.env.sample # See sample https://github.com/outline/outline/blob/main/.env.sample
outline_app: outline_app:
image: outlinewiki/outline:1.4.0 image: outlinewiki/outline:1.5.0
container_name: outline_app container_name: outline_app
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}" user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
restart: unless-stopped restart: unless-stopped