Skip to content

Commit

Permalink
Conditionally apply connect configs
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jun 24, 2024
1 parent 7a1c792 commit f891f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose-streaming-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ services:
- ODOO_DB_HOST=${ODOO_DB_HOST:-${CONNECT_ODOO_DB_HOSTNAME}}
- ODOO_DB_PORT=${ODOO_DB_PORT:-${CONNECT_ODOO_DB_PORT}}
- FLINK_JOBMANAGER_HOST=jobmanager
- CONNECT_OPENMRS=${CONNECT_OPENMRS:-1}
- CONNECT_ODOO=${CONNECT_ODOO:-1}
jobmanager:
networks:
ozone-analytics:
Expand Down

0 comments on commit f891f9d

Please sign in to comment.