nieuwo / local-dbs

Docker compose files to run my databases locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Images

Before you begin

Software Required

  1. Postgres, Oracle & Neo4j databases can be access by a dababase tool like DBeaver
  2. MongoDB databases can be access by a dababase tool like Studio 3T

Windows User

  1. Download Docker Desktop for Windows
  2. Familiarize yourself with Docker Compose CLI

Mac User

  1. Download Docker Desktop for Mac
  2. Familiarize yourself with Docker Compose CLI

Running

  1. Make sure that you are in the directory of the compose.yaml file you want to run in either Treminal(Mac User) or Compand Prompt(Windows User).
  2. Run the following to start the image:
docker compose up

Authentication

MongoDB

No password required to connect database in Studio 3T

Neo4j

No password required to connect database in DBeaver

Oracle

Container Repo Documentation

Performance & Storage Indicators

  • Username: SYSTEM
  • Password: P@ssw0rd1!

To connect database in DBeaver

  • Host: localhost
  • Port: 1521
  • Database: XE
  • Username: SYSTEM
  • Role: Normal
  • Password: P@ssw0rd1!

Postgres

To connect database in DBeaver

  • Host: localhost
  • Port: 5432
  • Database: postgres
  • Username: postgres
  • Password: postgres