Skip to content

Commit

Permalink
Merge pull request #825 from alliance-genome/persistent_store_connect…
Browse files Browse the repository at this point in the history
…ion_auto_scripts_hotfix

Added persistent store vars to automated scripts
  • Loading branch information
valearna authored Jan 29, 2025
2 parents 137b71d + a1ee0c6 commit 3108495
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3108495

Please sign in to comment.