Skip to content

Use docker-compose to setup development environment.

Notifications You must be signed in to change notification settings

sko00o/dev-env-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-env-docker

Usage

docker-compose up -d

start kafka

docker-compose -f kafka-zk-single.yml up -d

You need to set DOCKER_HOST_IP properly for remote deploy.

Database

DSN:

  • MySQL8.0: root:toor@tcp(localhost:13306)/demo_test?parseTime=True
  • MySQL5.7: root:toor@tcp(localhost:13307)/demo_test?parseTime=True
  • Postgres9.6: dbname=demo_test user=root password=toor port=15432 sslmode=disable

Redis

URL:

redis://localhost:16379/1

MQTT

SCHEME:

tcp://localhost:11883

Kafka

localhost:9092

Zookeeper

localhost:2181

About

Use docker-compose to setup development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages