6 command: ['mysqld','--character-set-server=utf8mb4','--ssl-ca=/etc/ssl/ca.pem','--ssl_cert=/etc/ssl/server-cert.pem','--ssl_key=/etc/ssl/server-key.pem']
10 - ../library/sql-ssl-certs-keys/easy/ca.pem:/etc/ssl/ca.pem:ro
11 - ../library/sql-ssl-certs-keys/easy/server-cert.pem:/etc/ssl/server-cert.pem:ro
12 - ../library/sql-ssl-certs-keys/easy/server-key.pem:/etc/ssl/server-key.pem:ro
13 - databasevolume:/var/lib/mysql
15 MYSQL_ROOT_PASSWORD: root
18 image: openemr/openemr:flex
24 - ../..:/var/www/localhost/htdocs/openemr:rw
25 - publicvolume:/var/www/localhost/htdocs/openemr/public:rw
26 - sitesvolume:/var/www/localhost/htdocs/openemr/sites:rw
27 - nodemodules:/var/www/localhost/htdocs/openemr/node_modules:rw
28 - vendordir:/var/www/localhost/htdocs/openemr/vendor:rw
29 - ccdanodemodules:/var/www/localhost/htdocs/openemr/ccdaservice/node_modules:rw
42 EASY_DEV_MODE_NEW: "yes"
43 DEVELOPER_TOOLS: "yes"
46 # setting xdebug client host for cases where xdebug.discover_client_host fails
47 XDEBUG_CLIENT_HOST: host.docker.internal
48 GITHUB_COMPOSER_TOKEN: c313de1ed5a00eb6ff9309559ec9ad01fcc553f0
49 GITHUB_COMPOSER_TOKEN_ENCODED: ZWU5YWIwZWNiM2ZlN2I4YThlNGQ0ZWZiNjMyNDQ5MjFkZTJhMTY2OQo=
50 OPENEMR_DOCKER_ENV_TAG: easy-dev-docker
51 OPENEMR_SETTING_site_addr_oath: 'https://localhost:9300'
52 OPENEMR_SETTING_oauth_password_grant: 3
53 OPENEMR_SETTING_rest_system_scopes_api: 1
54 OPENEMR_SETTING_rest_api: 1
55 OPENEMR_SETTING_rest_fhir_api: 1
56 OPENEMR_SETTING_rest_portal_api: 1
57 OPENEMR_SETTING_portal_onsite_two_enable: 1
58 OPENEMR_SETTING_ccda_alt_service_enable: 3