Compare commits
11 Commits
019b7b7544
...
1f61ce2e16
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f61ce2e16 | |||
| 0a40763f60 | |||
| 61d16825ce | |||
| 902cd7cdfd | |||
| 99d0d6ede0 | |||
| d17053c228 | |||
| 0602759fee | |||
| 0d98a873f7 | |||
| 8443041ae2 | |||
| 5654b467e0 | |||
| 6528628d12 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.5.0
|
||||
image: databasus/databasus:v3.6.0
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.4.1
|
||||
image: ghcr.io/immich-app/immich-server:v2.5.0
|
||||
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.4.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.0
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: grafana
|
||||
image: grafana/grafana-oss:12.3.1
|
||||
image: grafana/grafana-oss:12.3.2
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.6.0
|
||||
FROM n8nio/n8n:2.6.1
|
||||
|
||||
# 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.15.1
|
||||
image: ollama/ollama:0.15.2
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
Reference in New Issue
Block a user