From a1ee0c64b9cbd0b73ecf489b403cf16bfd5e4f01 Mon Sep 17 00:00:00 2001 From: Valerio Arnaboldi Date: Wed, 29 Jan 2025 12:06:30 -0800 Subject: [PATCH] Added persistent store vars to automated scripts --- docker-compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 84f96536e..ff3993493 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -205,6 +205,11 @@ services: DEBEZIUM_KSQLDB_PORT: "${DEBEZIUM_KSQLDB_PORT}" TZ: "UTC" PDF2TEI_API_URL: "${PDF2TEI_API_URL}" + PERSISTENT_STORE_DB_USERNAME: "${PERSISTENT_STORE_DB_USERNAME}" + PERSISTENT_STORE_DB_PASSWORD: "${PERSISTENT_STORE_DB_PASSWORD}" + PERSISTENT_STORE_DB_HOST: "${PERSISTENT_STORE_DB_HOST}" + PERSISTENT_STORE_DB_PORT: "${PERSISTENT_STORE_DB_PORT}" + PERSISTENT_STORE_DB_NAME: "${PERSISTENT_STORE_DB_NAME}" volumes: - "${LOG_PATH}:/var/log/automated_scripts" - /etc/localtime:/etc/localtime:ro