A PostgreSQL DB and PGAdmin setup using Docker contianers with Docker Compose
Start the project to run the database
docker-compose up
Start Detached
docker-compose up -d
DB Connection
username: postgres
password: postgres
port: 5432
hostname: localhost
docker-compose -f docker-compose-mongodb.yaml
docker-compose -f docker-compose-crdb.yaml docker exec -it $(docker-compose ps -q roach1) /bin/sh docker run --network=postgres-docker-db_ -it cockroachdb/cockroach:latest init --insecure --host=roach1:26257
This configuration was originally forked from khezen/compose-postgres