feat(docker-stack-immich): add resticprofile.conf example

This commit is contained in:
2025-08-31 19:30:03 +03:00
parent 15ed56e42c
commit 871106077a
2 changed files with 45 additions and 1 deletions

View File

@@ -73,8 +73,8 @@ services:
volumes:
- ${SERVICE_DATA_ROOT_PATH}/restic/resticprofile.yaml:/etc/resticprofile/profiles.yaml:ro
- ${SERVICE_DATA_ROOT_PATH}/restic/restic.key:/etc/resticprofile/key:ro
- ${UPLOAD_LOCATION}:${UPLOAD_LOCATION}:ro
- ${SERVICE_DATA_ROOT_PATH}/db_dumps:/db_dumps:ro
- ${UPLOAD_LOCATION}:/photos:ro
environment:
TZ: ${TZ}
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}