mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 17:11:02 +00:00
Update docker-compose.yml
upgrade immich to v1.95.1
This commit is contained in:
parent
1861f5220e
commit
91fbb58a62
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich-server
|
container_name: immich-server
|
||||||
image: altran1502/immich-server:v1.94.1
|
image: altran1502/immich-server:v1.95.1
|
||||||
command: [ "start.sh", "immich" ]
|
command: [ "start.sh", "immich" ]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
@ -38,7 +38,7 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich-microservices
|
container_name: immich-microservices
|
||||||
image: altran1502/immich-server:v1.94.1
|
image: altran1502/immich-server:v1.95.1
|
||||||
command: [ "start.sh", "microservices" ]
|
command: [ "start.sh", "microservices" ]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
@ -57,7 +57,7 @@ services:
|
||||||
# - proxy
|
# - proxy
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
image: altran1502/immich-machine-learning:v1.94.1
|
image: altran1502/immich-machine-learning:v1.95.1
|
||||||
container_name: immich-ml
|
container_name: immich-ml
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
@ -83,7 +83,7 @@ services:
|
||||||
|
|
||||||
immich-database:
|
immich-database:
|
||||||
container_name: immich-database
|
container_name: immich-database
|
||||||
image: tensorchord/pgvecto-rs:pg14-v0.1.11
|
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user