Merge branch 'avinal/immich-image' of https://github.com/avinal/runtipi-appstore into avinal-avinal/immich-image
This commit is contained in:
commit
319f7a289b
|
@ -1,11 +1,10 @@
|
|||
version: "3.7"
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
|
||||
immich:
|
||||
container_name: immich
|
||||
image: altran1502/immich-server:v1.94.1
|
||||
command: ["start-server.sh"]
|
||||
image: ghcr.io/immich-app/immich-server:v1.94.1
|
||||
command: ['start-server.sh']
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
environment:
|
||||
|
@ -53,8 +52,8 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: altran1502/immich-server:v1.94.1
|
||||
command: ["start-microservices.sh"]
|
||||
image: ghcr.io/immich-app/immich-server:v1.94.1
|
||||
command: ['start-microservices.sh']
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
environment:
|
||||
|
@ -75,7 +74,7 @@ services:
|
|||
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning
|
||||
image: altran1502/immich-machine-learning:v1.94.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.94.1
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||
|
|
Loading…
Reference in New Issue
Block a user