Skip to content

binary-coffee-dev/blog-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog MySQL configuration deployment description

Start local database environment with mysql docker image

  • Create the environment file .env
  • Setting up the environment variables into the .env file
    • DB_DATA_PATH=/home/data-mongodb: place where you are going to save the mysql data
    • DB_PORT=3306: database port
    • TIMEZONE=Europe/Berlin
  • Start docker image
    • docker network create blogdb
    • docker-compose -f docker-compose.local.yml up -d

Note: if you want to know your local timezone, execute the command: cat /etc/timezone

Contributions

All contributions are welcome

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published