Update comfigs for best practices

This commit is contained in:
2026-04-08 16:06:17 -07:00
parent f7d08333f1
commit 33df798c30
18 changed files with 411 additions and 115 deletions

View File

@@ -11,6 +11,7 @@ services:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro
- /mnt/storage/media/temp-pix:/temp-pix
environment:
- PUID=1000
- PGID=1000
@@ -24,6 +25,9 @@ services:
restart: unless-stopped
healthcheck:
disable: false
networks:
- default
- proxy
immich-machine-learning:
container_name: immich_machine_learning
@@ -70,3 +74,8 @@ services:
volumes:
model-cache:
networks:
proxy:
name: proxy
external: true