Skip to content

Commit

Permalink
BAH-4054 | Add. Volume to persist Odoo conf file (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Aug 19, 2024
1 parent 5105562 commit f74c8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bahmni-standard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ services:
- odooappdata:/var/lib/odoo
- ${EXTRA_ADDONS_PATH}:/mnt/extra-addons
- odoofilestore:/var/lib/odoo/filestore
- odooconfig:/etc/odoo
# # Uncomment the below volume only when you need to modify existing bahmni-addons. Also make sure to update the .env file variable with bahmni-odoo-modules github repo cloned path.
# - ${BAHMNI_ODOO_MODULES_PATH}:/opt/bahmni-erp/bahmni-addons
depends_on:
Expand Down Expand Up @@ -610,6 +611,7 @@ volumes:
odoodbdata:
odooappdata:
odoofilestore:
odooconfig:
odoo10dbdata:
odoo10appdata:
openmrs-data:
Expand Down

0 comments on commit f74c8cc

Please sign in to comment.