Skip to content

Commit

Permalink
Fix OpenMRS ERP properties env substitution (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke authored Feb 14, 2025
1 parent 0d5f9ae commit 99d78df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/docker-compose-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ services:
odoo:
environment:
- ADDONS=sale_management,stock,account_account,purchase,mrp,odoo_initializer,ozone_settings,mrp_product_expiry,product_expiry,l10n_generic_coa,stock_extension
env-substitution:
environment:
- ODOO_HOST=http://odoo
- ODOO_USER=${ODOO_USER}
- ODOO_PASSWORD=${ODOO_PASSWORD}
- ODOO_DB=${ODOO_DB}

0 comments on commit 99d78df

Please # to comment.