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