mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-20 23:32:07 +00:00
Update docker-compose.yml
add machine learning cache volume
This commit is contained in:
parent
33b0cf9e77
commit
34cdffdac4
|
@ -54,6 +54,7 @@ services:
|
|||
# container_name: immich-ml
|
||||
# volumes:
|
||||
# - ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
# - model-cache:/cache
|
||||
# env_file:
|
||||
# - .env
|
||||
# environment:
|
||||
|
@ -111,3 +112,6 @@ services:
|
|||
# # Part for local lan services only
|
||||
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
||||
# - "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
#volumes:
|
||||
# model-cache:
|
||||
|
|
Loading…
Reference in New Issue
Block a user