Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmurygin/pg-compose

This repo contains compose file for running postgres with pgAdmin and psql
https://github.com/mmurygin/pg-compose

docker docker-compose pgadmin4 postgres psql

Last synced: 2 days ago
JSON representation

This repo contains compose file for running postgres with pgAdmin and psql

Awesome Lists containing this project

README

        

# pg-compose

This repo contains compose file for running postgres with pgAdmin and psql

## Getting started

1. Install docker

```
sudo curl -sSL https://get.docker.com/ | sh && sudo gpasswd -a ${USER} docker
```
1. Logout and login

1. [Install docker-compose](https://github.com/docker/compose/releases)

1. Run postgres and pgAdmin

```
docker-compose up
```

1. Navigate to `localhost:5050`

1. Run psql

```
docker-compose run --rm psql
```