Skip to content

isshort/databases-run-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mysql

first go to mysql directory

    cd mysql

and then.

$ docker-compose build 
$ docker-compose up

Note

if port is already used in your computer change port number in docker-compose.yml file

check mysql with adminer

http://localhost:8080

Connection with Adminer and MySQL

“System” : select “MySQL” ;
“Server” : type “mysql” ;
“Username” : type “root” ;
“Password” : type “12345678” ;
“Database” : type “mydb” ;

Note

these credentials we have set in docker-compose.yml file you can change it 

Run mysql with phpmyadmin

http://localhost:8081

server : mysql
username: root
password: 12345678

Notethese credentials we have set in docker-compose.yml file you can change it

Postgres

go to postgresql directory 

and then.

$ docker-compose build 
$ docker-compose up

Note if port is already used in your computer change port number in docker-compose.yml file

check postgresql with pgadmin 

http://localhost:5050

login:  admin@admin.com
password: admin

Note

these credentials we have set in docker-compose.yml file you can change it 

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
New feature :sparkles:
Bugfix 🐛 :bug:
Metadata 📇 :card_index:
Documentation 📚 :books:
Documenting source code 💡 :bulb:
Performance 🐎 :racehorse:
Cosmetic 💄 :lipstick:
Tests 🚨 :rotating_light:
Adding a test :white_check_mark:
Make a test pass ✔️ :heavy_check_mark:
General update :zap:
Improve format/structure 🎨 :art:
Refactor code 🔨 :hammer:
Removing code/files 🔥 :fire:
Continuous Integration 💚 :green_heart:
Security 🔒 :lock:
Upgrading dependencies ⬆️ :arrow_up:
Downgrading dependencies ⬇️ :arrow_down:
Lint 👕 :shirt:
Translation 👽 :alien:
Text 📝 :pencil:
Critical hotfix 🚑 :ambulance:
Deploying stuff 🚀 :rocket:
Fixing on MacOS 🍎 :apple:
Fixing on Linux 🐧 :penguin:
Fixing on Windows 🏁 :checkered_flag:
Work in progress 🚧 :construction:
Adding CI build system 👷 :construction_worker:
Analytics or tracking code 📈 :chart_with_upwards_trend:
Removing a dependency :heavy_minus_sign:
Adding a dependency :heavy_plus_sign:
Docker 🐳 :whale:
Configuration files 🔧 :wrench:
Package.json in JS 📦 :package:
Merging branches 🔀 :twisted_rightwards_arrows:
Bad code / need improv. 💩 :hankey:
Reverting changes :rewind:
Breaking changes 💥 :boom:
Code review changes 👌 :ok_hand:
Accessibility :wheelchair:
Move/rename repository 🚚 :truck:
Other Be creative

About

Run database with docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published