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 # EASY_DEV_MODE prevents issues with permissions when mounting volumes
4 # EAST_DEV_MODE_NEW with value of 'yes' expands EASY_DEV_MODE by not requiring downloading
5 # code from github (uses local repo).
6 # MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and
7 # if not provided, then default to openemr, openemr, admin, and pass respectively.
13 command: ['mysqld','--character-set-server=utf8']
17 - databasevolume:/var/lib/mysql
19 MYSQL_ROOT_PASSWORD: root
22 # use an image if you're not changing the build steps:
23 image: openemr/openemr:flex
24 # if editing the Dockerfile, clone the devops repo and point to the path:
25 # build: ../openemr-devops/docker/openemr/flex-edge/
31 - .:/var/www/localhost/htdocs/openemr:rw
32 - publicvolume:/var/www/localhost/htdocs/openemr/public:rw
33 - sitesvolume:/var/www/localhost/htdocs/openemr/sites/default:rw
34 - nodemodules:/var/www/localhost/htdocs/openemr/node_modules:rw
35 - vendordir:/var/www/localhost/htdocs/openemr/vendor:rw
36 - ccdamodule:/var/www/localhost/htdocs/openemr/ccdaservice:rw
46 EASY_DEV_MODE_NEW: "yes"
47 DEVELOPER_TOOLS: "yes"
48 GITHUB_COMPOSER_TOKEN: c313de1ed5a00eb6ff9309559ec9ad01fcc553f0
53 image: phpmyadmin/phpmyadmin