Compare commits

...
4 Commits
Author SHA1 Message Date
av d814db591a Memos: update to 0.30.0
Linting / Ansible Lint (push) Canceled after 0s
Linting / YAML Lint (push) Canceled after 0s
2026-07-31 08:43:54 +03:00
av 3da10a0759 Gramps: update to 26.7.1 2026-07-31 08:43:52 +03:00
av 6a2f5a72f4 Gitea: update to 1.27.1 2026-07-31 08:43:51 +03:00
av dd2b684b33 Dozzle: update to 10.6.14 2026-07-31 08:43:49 +03:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
dozzle_app:
image: amir20/dozzle:v10.6.11
image: amir20/dozzle:v10.6.14
container_name: dozzle_app
restart: unless-stopped
volumes:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
gitea_app:
image: gitea/gitea:1.27.0
image: gitea/gitea:1.27.1
restart: unless-stopped
container_name: gitea_app
ports:
+1 -1
View File
@@ -2,7 +2,7 @@
services:
gramps_app: &gramps_app
image: ghcr.io/gramps-project/grampsweb:26.7.0
image: ghcr.io/gramps-project/grampsweb:26.7.1
container_name: gramps_app
depends_on:
- gramps_redis
+1 -1
View File
@@ -3,7 +3,7 @@
services:
memos_app:
image: neosmemo/memos:0.29.1
image: neosmemo/memos:0.30.0
container_name: memos_app
restart: unless-stopped
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"