Update docker-compose.yml

This commit is contained in:
LRVT 2024-03-08 02:03:56 +01:00 committed by GitHub
parent 9d603bb0f8
commit 6adfafab29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.98.0 image: altran1502/immich-server:${IMMICH_VERSION:-release}
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.98.0 image: altran1502/immich-server:${IMMICH_VERSION:-release}
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.98.0 image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
container_name: immich-ml container_name: immich-ml
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload