Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca49ff975b | |||
| f59d6184d7 | |||
| c077c9f170 | |||
| 03fd85a492 | |||
| 769ca2882b | |||
| 2d93e9907b | |||
| 6c4420f49d | |||
| 0245fd4125 | |||
| e3e95195d7 | |||
| f570a14134 | |||
| 7f874d24b0 | |||
| bd95eeae69 | |||
| d9c67ca192 | |||
| 9e931b4399 | |||
| 49bc002306 |
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.4
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
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.7.4
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.3.1
|
||||
image: amir20/dozzle:v10.3.2
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: prometheus
|
||||
image: prom/prometheus:v3.11.1
|
||||
image: prom/prometheus:v3.11.2
|
||||
ports:
|
||||
- 9090:9090
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.14.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.15.0
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "4006:9000"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.16.0
|
||||
FROM n8nio/n8n:2.17.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: vaultwarden/server:1.35.6
|
||||
image: vaultwarden/server:1.35.7
|
||||
container_name: vaultwarden
|
||||
ports:
|
||||
- 4018:80
|
||||
|
||||
Reference in New Issue
Block a user