immich updated samples

This commit is contained in:
2024-12-24 17:17:35 -08:00
parent 5641c1ec92
commit 789befa7a1
2 changed files with 26 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
---
services:
immich-server:
extends:
file: ${COOKBOOK}/immich/docker-compose.yml
service: immich-server
immich-machine-learning:
extends:
file: ${COOKBOOK}/immich/docker-compose.yml
service: immich-machine-learning
immich-redis:
extends:
file: ${COOKBOOK}/immich/docker-compose.yml
service: immich-redis
immich-postgres:
extends:
file: ${COOKBOOK}/immich/docker-compose.yml
service: immich-postgres
+5
View File
@@ -1,3 +1,8 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
VOL_PATH=./data
TZ=America/Vancouver
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored # The location where your uploaded files are stored