Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldy505/databases
My databases being set up on docker-compose🐳
https://github.com/aldy505/databases
databases docker
Last synced: 17 days ago
JSON representation
My databases being set up on docker-compose🐳
- Host: GitHub
- URL: https://github.com/aldy505/databases
- Owner: aldy505
- Created: 2021-02-24T07:38:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T18:05:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T16:12:10.291Z (about 1 month ago)
- Topics: databases, docker
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Databases
Scroll down for some Q&A.
## Why through docker? Why not installing it independently?
1. I'm on Windows. There's no way I'm able to install Redis and Couchdb
2. I can't install PostgreSQL on my Windows, I don't know why.
3. There are light alpine-linux version, so why not?## Can I use it too?
Sure. That's why it's a public repository.
## Great! What's the user-password and ports?
Glad you asked. I'm too lazy to set up different user-password combination, so here it is.
Database | User | Password | Port
------------- | -------- | -------- | ---
PostgreSQL | postgres | password | 5432
MySQL | root | password | 3306
Redis | - | - | 6379
MongoDB | root | password | 27017
CouchDB | root | password | 5984
Cassandra | - | - | 9042
Elasticsearch | - | - | 9200## How about some kind of admin panel?
Sure, I did setup some of that, too. But, I haven't found a good one for CouchDB & Cassandra. Might update it in the future.
Service | Database | Port
--------------- | ----------------- | ---
Adminer | MySQL, PostgreSQL | 2086
Redis Commander | Redis | 2084
Mongo Express | MongoDB | 2083## Can I access them through my localhost?
Yes.
## Wait, my CouchDB got an error?
Yeah.. about that.. You'll need to run `couch.prod.sh` first. See [this issue](https://github.com/apache/couchdb-docker/issues/54) to know why.
## Will you consider adding more databases?
For now.. No. But you can for your project, if you want to.