mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-21 15:52:09 +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
|
# container_name: immich-ml
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ${UPLOAD_LOCATION}:/usr/src/app/upload
|
# - ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
# - model-cache:/cache
|
||||||
# env_file:
|
# env_file:
|
||||||
# - .env
|
# - .env
|
||||||
# environment:
|
# environment:
|
||||||
|
@ -111,3 +112,6 @@ services:
|
||||||
# # Part for local lan services only
|
# # Part for local lan services only
|
||||||
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
|
#volumes:
|
||||||
|
# model-cache:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user