Compare commits
17 Commits
8178c6f000
...
d348b92aff
| Author | SHA1 | Date | |
|---|---|---|---|
| d348b92aff | |||
| 1df300b314 | |||
| ce9333bceb | |||
| 04e181465b | |||
| 4412624403 | |||
| e87136ebff | |||
| 4679cbef38 | |||
| 4b0e025920 | |||
| 6a5a2b33e1 | |||
| d2a168ab95 | |||
| 84d3896eb6 | |||
| 4ae6df99cd | |||
| 4b487fee97 | |||
| ff202fe9db | |||
| 7ed1e58821 | |||
| 34885767da | |||
| b3ca041e68 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: syncthing/syncthing:2.0.15
|
||||
image: syncthing/syncthing:2.0.16
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: traefik:v3.6.12
|
||||
image: traefik:v3.6.13
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.6.3
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.2
|
||||
environment:
|
||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||
DB_HOSTNAME: postgres-with-pg-vector
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.2.1
|
||||
image: amir20/dozzle:v10.3.0
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: prometheus
|
||||
image: prom/prometheus:v3.11.0
|
||||
image: prom/prometheus:v3.11.1
|
||||
ports:
|
||||
- 9090:9090
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.25.1-alpine
|
||||
image: ghost:6.27.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.15.0
|
||||
FROM n8nio/n8n:2.16.0
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ollama/ollama:0.20.2
|
||||
image: ollama/ollama:0.20.3
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
Reference in New Issue
Block a user