Skip to content

nasraldin/my-dev-containers

Repository files navigation

My-dev-containers

Is a pre-configured container that I used every day. so, I created this docker-compose with pre-configured to use quickly.

Container management

Centralized log

Databases

  • sqlserver
  • mysql
  • mariadb
  • postgres
  • couchdb
  • couchbase
  • redis

GUI

Workflow

Message queue

How to use

Start in the root directory of this project, then

$ docker-compose up --build -d (-d run the containers in background)
$ docker-compose stop
$ docker-compose start

Cleanup

each container data is persisted inside a volume by default.

In order to entirely shutdown the stack and remove all persisted data, use the following Docker Compose command:

$ docker-compose down -v

logs

$ docker-compose logs -f (-f displays the current logs)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages