Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5b85c624f | |||
| 93a50ee8de | |||
| 9a0011d465 | |||
| 92ee82578d | |||
| 98c7c1b04f | |||
| 8fa0fa3f97 | |||
| f29397747d | |||
| f63bb73956 | |||
| 3af424190d |
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user