10 Commits
5 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: syncthing/syncthing:2.1.2
image: syncthing/syncthing:2.1.3
container_name: syncthing
volumes:
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: loki
image: grafana/loki:3.7.4
image: grafana/loki:3.7.5
ports:
- 8094:3100
networks:
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/home-assistant/home-assistant:2026.7.4
image: ghcr.io/home-assistant/home-assistant:2026.8.0
container_name: home-assistant
networks:
- ip4net
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.34.1
FROM n8nio/n8n:2.34.2
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ollama/ollama:0.32.5
image: ollama/ollama:0.32.6
container_name: ollama
ports:
- 4019:11434