2023-09-18 12:02:36 +02:00
|
|
|
version: "3.7"
|
|
|
|
|
2023-03-31 08:04:28 +02:00
|
|
|
services:
|
|
|
|
directory_sync_service:
|
2023-03-31 11:55:19 +02:00
|
|
|
image: "docker.verbis.dkfz.de/cache/samply/directory_sync_service"
|
2023-03-31 08:04:28 +02:00
|
|
|
environment:
|
|
|
|
DS_DIRECTORY_URL: ${DS_DIRECTORY_URL}
|
|
|
|
DS_DIRECTORY_USER_NAME: ${DS_DIRECTORY_USER_NAME}
|
|
|
|
DS_DIRECTORY_PASS_CODE: ${DS_DIRECTORY_PASS_CODE}
|
2023-03-31 11:55:19 +02:00
|
|
|
DS_TIMER_CRON: ${DS_TIMER_CRON}
|
2024-07-26 09:57:40 +02:00
|
|
|
# It is recommended to check the enabling of this flag with your local data protection group
|
2024-03-06 11:26:07 +01:00
|
|
|
DS_DIRECTORY_ALLOW_STAR_MODEL: ${DS_DIRECTORY_ALLOW_STAR_MODEL}
|