1 # Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below)
2 # MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr
3 # FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr
4 # EASY_DEV_MODE prevents issues with permissions when mounting volumes
5 # MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and
6 # if not provided, then default to openemr, openemr, admin, and pass respectively.
12 command: ['mysqld','--character-set-server=utf8']
14 - databasevolume:/var/lib/mysql
16 MYSQL_ROOT_PASSWORD: root
19 # use an image if you're not changing the build steps:
20 image: openemr/openemr:flex
21 # if editing the Dockerfile, clone the devops repo and point to the path:
22 # build: ../openemr-devops/docker/openemr/flex-edge/
26 - 3000:3000 # browsersync
27 - 3001:3001 # browsersync-admin
29 - .:/var/www/localhost/htdocs/openemr:rw
30 - assetsvolume01:/var/www/localhost/htdocs/openemr/public:rw
31 - cachevolume01:/var/www/localhost/htdocs/openemr/gacl/admin/templates_c:rw
32 - cachevolume02:/var/www/localhost/htdocs/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled:rw
33 - cachevolume03:/var/www/localhost/htdocs/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/cache:rw
34 - configvolume01:/var/www/localhost/htdocs/openemr/sites/default:rw
35 - configvolume02:/var/www/localhost/htdocs/openemr/interface/modules/zend_modules/config:rw
36 - logvolume01:/var/log
37 - nodemodules:/var/www/localhost/htdocs/openemr/node_modules:rw
38 - vendordir:/var/www/localhost/htdocs/openemr/vendor:rw
39 - ccdamodule:/var/www/localhost/htdocs/openemr/ccdaservice:rw
47 FLEX_REPOSITORY: https://github.com/openemr/openemr.git
48 FLEX_REPOSITORY_BRANCH: master