Habe ueberfluessige Variabeln entfernt.

This commit is contained in:
2026-06-26 11:09:29 +02:00
parent 1409e6cf0e
commit 510cb54faa
4 changed files with 8 additions and 11 deletions
+5 -8
View File
@@ -3,23 +3,22 @@ services:
build: ./logic
volumes:
- ./logic/node-red-data:/data
- ./shared_data:/data/results # Hier landen die JSON/SQLite Dateien
- ./shared_data:/data/results
- ./logic/scripts:/data/scripts
environment:
- TZ=Europe/Zurich
- GROUPINFO_JSON_LNK_NAME=archivegroup_information.json
- GROUPINFO_JSON_LNK_NAME_WITH_PATH=/data/archivegroup_information.json
- NON_SPECIFIED_GROUPS=/data/non_specified_groups.csv
- BEGIN_NAME_GROUPINFO_JSON_FILE=size_by_ownergroup_and_number_of_copies_
- BEGIN_NAME_GROUPINFO_JSON_FILE_WITH_PATH=/data/size_by_ownergroup_and_number_of_copies_
- JSON_CACHE_WITH_PATH=/data/results/json_cache.json
- NON_SPECIFIED_GROUPS=/data/non_specified_groups.csv
- ERROR_LOGFILE=/data/logs/get_new_groupinfo_error.log
- JSON_CACHE=json_cache.json
- JSON_CACHE_WITH_PATH=/data/json_cache.json
- AD_SERVER=d.psi.ch
- AD_SEARCH_BASE=DC=d,DC=psi,DC=ch
- AD_USER=${AD_USER}
- AD_PASSWORD=${AD_PASSWORD}
- METABASE_API_KEY=${METABASE_API_KEY}
# Ausfuehrungszeitpunkt fuer den Haupt-Workflow im Cron-Format
- MAIN_WORKFLOW_CRON=0 6 * * *
# Behalte size_by_ownergroup_and_number_of_copies_ Files juenger als CLEANUP_TIME Tage
- CLEANUP_TIME=20
# Ausfuehrungszeitpunkt fuer den Cleanup im Cron-Format (Minuten Stunden * * *)
@@ -28,8 +27,6 @@ services:
- CLEANUP_SCRIPT_PATH=/data/scripts/cleanup.sh
# Pfad zum Logfile des Cleanup-Skripts
- CLEANUP_LOGFILE_PATH=/data/logs/cleanup.log
# Ausfuehrungszeitpunkt fuer den Haupt-Workflow im Cron-Format
- MAIN_WORKFLOW_CRON=0 6 * * *
ports:
- "1880:1880"
@@ -1 +1 @@
size_by_ownergroup_and_number_of_copies_2026-06-26T09_03_35.json
size_by_ownergroup_and_number_of_copies_2026-06-26T11_00_16.json
+1 -1
View File
@@ -530,7 +530,7 @@
"type": "file",
"z": "f6f2187d.f17ca8",
"name": "Write the new JSON object to cache",
"filename": "\"/data/results/\" & $env(\"JSON_CACHE\")",
"filename": "$env(\"JSON_CACHE_WITH_PATH\")",
"filenameType": "jsonata",
"appendNewline": true,
"createDir": false,
File diff suppressed because one or more lines are too long