Commit Graph

12 Commits

Author SHA1 Message Date
DavidCroftDKFZ
2fbe52340a Directory sync: inherit host timezone
Directory sync needs to be able to launch at specific times of day, and in order to do this in a predictable way, the timezone used inside the Docker container should be the same as the host. To do this, two files need to be mounted from the host. One file contains information about the time zone, the other file contains the file zone name.
2025-10-28 15:18:40 +01:00
DavidCroftDKFZ
08c695e960 docs: Control import from Directory, improve README (#297) 2025-05-22 18:03:01 +02:00
lablans
18c9e1bb30 Remove DP statement already present in readme. 2024-08-15 11:43:14 +00:00
lablans
de847f309c Provide defaults 2024-08-15 11:40:44 +00:00
DavidCroftDKFZ
3496fa7a0f Let Directory sync handle connection with Blaze
Remove the delayed start, because Directory sync will automatically keep trying to
connect to Blaze if not initially present.
2024-08-15 13:36:57 +02:00
DavidCroftDKFZ
95574f38be Included Blaze dependency 2024-08-15 10:33:28 +02:00
DavidCroftDKFZ
b8b81b1242 Fixed environment variable passing for Directory sync
There were problems with the passing of environment variables from
bbmri.conf to the Directory synce container:

* The Directory password variable was misspellt.
* Some useful variables were missing.

Additionally, a delay was added before launching Directory sync,
to give Blaze time to start up.
2024-08-15 09:17:34 +02:00
DavidCroftDKFZ
8942b923b3 Added comment for consistency with Directory Sync README 2024-07-26 09:57:40 +02:00
DavidCroftDKFZ
3f8bb158bc Merge branch 'main' into main_directory_sync_extra_attributes_and_star_model 2024-07-25 16:54:47 +02:00
Croft
8104711075 Allow user to push star model facts to Directory
This takes advantage of new functionality added to Directory sync.

Defaults to false.
2024-03-06 11:26:07 +01:00
juarez
dcddbf2235 Bugfix: Add version of docker-compose 2024-02-27 12:44:26 +01:00
Martin Lablans
b32a19a7b5 Make Directory Sync a module 2023-08-07 13:00:24 +02:00