Compare commits

..
7 Commits
Author SHA1 Message Date
av 57b9df201e Apprise: update to 1.5.1
Linting / Ansible Lint (push) Has been cancelled
Linting / YAML Lint (push) Has been cancelled
2026-07-11 15:21:36 +03:00
av 240ef3e1ad Miniflux: update to 2.3.2 2026-07-11 15:12:29 +03:00
av 84fc16d54d Tuwunel: update to 1.8.1 2026-07-11 15:09:49 +03:00
av aa9e566044 Gramps: update to 26.6.2 2026-07-11 15:03:54 +03:00
av 143f0a2429 Dozzle: update to 10.6.9 2026-07-11 14:57:45 +03:00
av 2da995ee72 GoAccess: update Caddy to 2.11.4 2026-07-11 14:57:44 +03:00
av c206db7344 Caddyproxy: update to 2.11.4 2026-07-11 14:57:41 +03:00
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services:
apprise_app:
image: caronc/apprise:v1.3.3
image: caronc/apprise:v1.5.1
container_name: apprise_app
restart: unless-stopped
ports:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
caddyproxy:
image: caddy:2.11.3
image: caddy:2.11.4
restart: unless-stopped
container_name: "caddyproxy"
ports:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
dozzle_app:
image: amir20/dozzle:v10.6.2
image: amir20/dozzle:v10.6.9
container_name: dozzle_app
restart: unless-stopped
volumes:
+1 -1
View File
@@ -25,7 +25,7 @@ services:
- "web_proxy_network"
goaccess_app:
image: caddy:2.11.3
image: caddy:2.11.4
container_name: goaccess_app
restart: unless-stopped
user: "{{ app_owner_uid }}:{{ app_owner_gid }}"
+1 -1
View File
@@ -2,7 +2,7 @@
services:
gramps_app: &gramps_app
image: ghcr.io/gramps-project/grampsweb:26.6.0
image: ghcr.io/gramps-project/grampsweb:26.6.2
container_name: gramps_app
depends_on:
- gramps_redis
+1 -1
View File
@@ -3,7 +3,7 @@
services:
miniflux_app:
image: miniflux/miniflux:2.2.10
image: miniflux/miniflux:2.3.2
container_name: miniflux_app
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
depends_on:
+1 -1
View File
@@ -4,7 +4,7 @@
services:
tuwunel_app:
image: jevolk/tuwunel:v1.6.1
image: jevolk/tuwunel:v1.8.1
container_name: tuwunel_app
restart: unless-stopped
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"