https://github.com/redactedprofile/docker-web-tools
A collection of containers ready to spin up, pre-configured with docker-compose for convenience
https://github.com/redactedprofile/docker-web-tools
database databases docker docker-compose elasticsearch mongo mysql neo4j postgis postgres web
Last synced: about 2 months ago
JSON representation
A collection of containers ready to spin up, pre-configured with docker-compose for convenience
- Host: GitHub
- URL: https://github.com/redactedprofile/docker-web-tools
- Owner: RedactedProfile
- Created: 2019-09-25T04:01:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T23:33:51.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T11:43:24.198Z (about 1 year ago)
- Topics: database, databases, docker, docker-compose, elasticsearch, mongo, mysql, neo4j, postgis, postgres, web
- Language: Shell
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`