Compare commits
9 Commits
2fd7502474
...
bab936c416
| Author | SHA1 | Date | |
|---|---|---|---|
| bab936c416 | |||
| 4cb3e586c9 | |||
| 8cf6437915 | |||
| 1438e6ffcb | |||
| 6c611da502 | |||
| a78d87b022 | |||
| 74fbbee6f5 | |||
| 08b0ecdff9 | |||
| 1144c67c18 |
@@ -29,7 +29,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: lscr.io/linuxserver/calibre-web:0.6.25
|
image: lscr.io/linuxserver/calibre-web:0.6.26
|
||||||
container_name: calibre-web
|
container_name: calibre-web
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
|
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:v2.5.2
|
image: ghcr.io/immich-app/immich-server:v2.5.5
|
||||||
environment:
|
environment:
|
||||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||||
DB_HOSTNAME: postgres-with-pg-vector
|
DB_HOSTNAME: postgres-with-pg-vector
|
||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.3
|
image: ghcr.io/immich-app/immich-machine-learning:v2.5.5
|
||||||
ports:
|
ports:
|
||||||
- 3003:3003
|
- 3003:3003
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: loki
|
container_name: loki
|
||||||
image: grafana/loki:3.6.4
|
image: grafana/loki:3.6.5
|
||||||
ports:
|
ports:
|
||||||
- 8094:3100
|
- 8094:3100
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/home-assistant/home-assistant:2026.2.0
|
image: ghcr.io/home-assistant/home-assistant:2026.2.1
|
||||||
container_name: home-assistant
|
container_name: home-assistant
|
||||||
networks:
|
networks:
|
||||||
- ip4net
|
- ip4net
|
||||||
|
|||||||
Reference in New Issue
Block a user