Update 3 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 13s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 13s
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: ${CONTAINER_NAME}_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:${ML_IMAGE_TAG:-release}
|
||||
image: ghcr.io/immich-app/immich-machine-learning:${ML_IMAGE_TAG}
|
||||
volumes:
|
||||
- ${CONTAINER_NAME}_model_cache:/cache
|
||||
environment:
|
||||
@@ -33,6 +33,7 @@ services:
|
||||
- DB_DATABASE_NAME=${DB_DATABASE_NAME}
|
||||
- DB_HOSTNAME=${CONTAINER_NAME}_postgres
|
||||
- REDIS_HOSTNAME=${CONTAINER_NAME}_redis
|
||||
#GPU_PLACEHOLDER#
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
Reference in New Issue
Block a user