Compare commits
11 Commits
36e3e74a67
...
bc4ee8b691
| Author | SHA1 | Date | |
|---|---|---|---|
| bc4ee8b691 | |||
| 53a13ceabf | |||
| 2dd0d781be | |||
| 569dfd65e5 | |||
| 380ae51468 | |||
| a92bcec26d | |||
| 0a90229a50 | |||
| 5c3febec49 | |||
| 655327ebb4 | |||
| dce325d54d | |||
| 4595b47f0f |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: syncthing/syncthing:2.0.13
|
||||
image: syncthing/syncthing:2.0.14
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
|
||||
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.3
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: deluan/navidrome:0.59.0
|
||||
image: deluan/navidrome:0.60.0
|
||||
container_name: navidrome
|
||||
ports:
|
||||
- 2011:4533
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.14.0-alpine
|
||||
image: ghost:6.16.1-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.9.2
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.10.1
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "4006:9000"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.6.2
|
||||
FROM n8nio/n8n:2.7.1
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||
|
||||
Reference in New Issue
Block a user