maintenance

This commit is contained in:
debian
2024-12-28 18:28:52 +01:00
parent 4229392454
commit e8a376ffaf
3 changed files with 15 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ services:
# https://github.com/Salvoxia/immich-folder-album-creator
# one time run:
# docker run -e API_URL="https://immich.crescentec.xyz/api/" -e API_KEY="qTaebdVMtph9yD0pSJRJDQJkDEpexiXNMJ5V5HBEnA" -e ROOT_PATH="/usr/src/app/external" salvoxia/immich-folder-album-creator:latest /script/immich_auto_album.sh
# docker run -e API_URL="https://immich.crescentec.xyz/api/" -e API_KEY="qTaebdVMtph9yD0pSJRJDQJkDEpexiXNMJ5V5HBEnA" -e ROOT_PATH="/usr/src/app/external" -e LOG_LEVEL="DEBUG" salvoxia/immich-folder-album-creator:latest /script/immich_auto_album.sh
immich-folder-album-creator:
extends:
file: ${TEMPLATES_PATH}
@@ -57,4 +57,7 @@ services:
API_URL: https://immich.crescentec.xyz/api
API_KEY: qTaebdVMtph9yD0pSJRJDQJkDEpexiXNMJ5V5HBEnA
ROOT_PATH: /usr/src/app/external
CRON_EXPRESSION: "0 * * * *"
CRON_EXPRESSION: "0 * * * *"
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"