mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
immich updated samples
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user