mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
docker-compose.yml
fix immich version to v1.94.1
This commit is contained in:
parent
71cc6b23da
commit
588675cc2f
|
@ -1,11 +1,9 @@
|
|||
# stack for immich >= 1.95.0
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich-server
|
||||
image: altran1502/immich-server:release
|
||||
image: altran1502/immich-server:v.1.94.1
|
||||
command: [ "start.sh", "immich" ]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
@ -40,7 +38,7 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: altran1502/immich-server:release
|
||||
image: altran1502/immich-server:v1.94.1
|
||||
command: [ "start.sh", "microservices" ]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
@ -59,7 +57,7 @@ services:
|
|||
# - proxy
|
||||
|
||||
immich-machine-learning:
|
||||
image: altran1502/immich-machine-learning:release
|
||||
image: altran1502/immich-machine-learning:v1.94.1
|
||||
container_name: immich-ml
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
@ -85,7 +83,7 @@ services:
|
|||
|
||||
immich-database:
|
||||
container_name: immich-database
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.1.11
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user