This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:11.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:10.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:11.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:10.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:10.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:10.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Listen for XDebug", | |
"type": "php", | |
"request": "launch", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
st = status | |
ci = commit | |
br = branch | |
co = checkout | |
df = diff | |
lg = log -p | |
lf = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Git customizations | |
function parse_git_branch { | |
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
} | |
function proml { | |
local BLUE="\[\033[0;34m\]" | |
local RED="\[\033[0;31m\]" | |
local LIGHT_RED="\[\033[1;31m\]" | |
local GREEN="\[\033[0;32m\]" | |
local LIGHT_GREEN="\[\033[1;32m\]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use admin/pass as user/password credentials to login to openemr (from OE_USER and OE_PASS below) | |
# MYSQL_HOST and MYSQL_ROOT_PASS are required for openemr | |
# FLEX_REPOSITORY and (FLEX_REPOSITORY_BRANCH or FLEX_REPOSITORY_TAG) are required for flex openemr | |
# MYSQL_USER, MYSQL_PASS, OE_USER, MYSQL_PASS are optional for openemr and | |
# if not provided, then default to openemr, openemr, admin, and pass respectively. | |
version: '3.1' | |
services: | |
mysql: | |
restart: always | |
image: mariadb:10.11 |
NewerOlder