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:
|
services:
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
container_name: immich
|
container_name: immich
|
||||||
image: altran1502/immich-server:v1.94.1
|
image: ghcr.io/immich-app/immich-server:v1.94.1
|
||||||
command: ["start-server.sh"]
|
command: ['start-server.sh']
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
environment:
|
environment:
|
||||||
|
@ -53,8 +52,8 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich-microservices
|
container_name: immich-microservices
|
||||||
image: altran1502/immich-server:v1.94.1
|
image: ghcr.io/immich-app/immich-server:v1.94.1
|
||||||
command: ["start-microservices.sh"]
|
command: ['start-microservices.sh']
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
environment:
|
environment:
|
||||||
|
@ -75,7 +74,7 @@ services:
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: 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:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||||
|
|
Loading…
Reference in New Issue
Block a user