9 Commits

4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: authelia
image: authelia/authelia:4.39.17
image: authelia/authelia:4.39.18
ports:
- 9959:9959 # metrics prometheus
networks:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: lscr.io/linuxserver/calibre:9.6.0
image: lscr.io/linuxserver/calibre:9.7.0
container_name: calibre
environment:
- PASSWORD= #optional
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2.7.3
image: ghcr.io/immich-app/immich-server:v2.7.4
environment:
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
DB_HOSTNAME: postgres-with-pg-vector
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ollama/ollama:0.20.3
image: ollama/ollama:0.20.5
container_name: ollama
ports:
- 4019:11434