mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-12-18 00:00:19 +00:00
Update docker-compose.yml
This commit is contained in:
parent
9d603bb0f8
commit
6adfafab29
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||
services:
|
||||
immich-server:
|
||||
container_name: immich-server
|
||||
image: altran1502/immich-server:v1.98.0
|
||||
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
||||
command: [ "start.sh", "immich" ]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
@ -38,7 +38,7 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: altran1502/immich-server:v1.98.0
|
||||
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
||||
command: [ "start.sh", "microservices" ]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
@ -57,7 +57,7 @@ services:
|
|||
# - proxy
|
||||
|
||||
immich-machine-learning:
|
||||
image: altran1502/immich-machine-learning:v1.98.0
|
||||
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||
container_name: immich-ml
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
|
Loading…
Reference in New Issue
Block a user