Skip to content

A collection of containers ready to spin up, pre-configured with docker-compose for convenience

Notifications You must be signed in to change notification settings

RedactedProfile/docker-web-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Tools for Web


ps. I'm open to suggestions for a better name.


This repository contains pre-configured docker-compose managed singular instances of popular tools, geared towards web application developers.

Included

MySQL 5.7

tools:

  • phpMyAdmin

docker-compose up -d mysql_legacy

MySQL 8

tools:

  • phpMyAdmin

docker-compose up -d mysql

MariaDB 11.5

tools:

  • phpMyAdmin

docker-compose up -d mariadb

PostgreSQL 11.5

tools:

  • pgAdmin

docker-compose up -d postgres docker-compose up -d pgadmin

MongoDB Community 4.2

tools:

  • Mongo Express Admin

docker-compose up -d mongodb

ElasticSearch 7.3.2

docker-compose up -d elasticsearch

Redis 5

docker-compose up -d redis

RabbitMQ 3.7

docker-compose up -d rabbitmq

Neo4j 3.5

docker-compose up -d neo4j

About

A collection of containers ready to spin up, pre-configured with docker-compose for convenience

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published