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']
16 - databasevolume:/var/lib/mysql
18 MYSQL_ROOT_PASSWORD: root
21 # use an image if you're not changing the build steps:
22 image: openemr/openemr:flex
23 # if editing the Dockerfile, clone the devops repo and point to the path:
24 # build: ../openemr-devops/docker/openemr/flex-edge/
28 - 3000:3000 # browsersync
29 - 3001:3001 # browsersync-admin
31 - .:/var/www/localhost/htdocs/openemr:rw
32 - assetsvolume01:/var/www/localhost/htdocs/openemr/public:rw
33 - configvolume01:/var/www/localhost/htdocs/openemr/sites/default:rw
34 - configvolume02:/var/www/localhost/htdocs/openemr/interface/modules/zend_modules/config:rw
35 - logvolume01:/var/log
36 - nodemodules:/var/www/localhost/htdocs/openemr/node_modules:rw
37 - vendordir:/var/www/localhost/htdocs/openemr/vendor:rw
38 - ccdamodule:/var/www/localhost/htdocs/openemr/ccdaservice:rw
46 FLEX_REPOSITORY: https://github.com/openemr/openemr.git
47 FLEX_REPOSITORY_BRANCH: master
53 image: phpmyadmin/phpmyadmin