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

https://github.com/remylavergne/postgres-pgadmin4-docker

Create two containers to handle PostgreSQL and pgAdmin4 with persistence.
https://github.com/remylavergne/postgres-pgadmin4-docker

Last synced: 3 months ago
JSON representation

Create two containers to handle PostgreSQL and pgAdmin4 with persistence.

Awesome Lists containing this project

README

        

# postgres-pgadmin4-docker
Create two containers to handle **PostgreSQL** and **pgAdmin4** with persistence.

1. Edit your pgadmin4 login informations in **docker-compose.yml** file

2. Start containers

Go to root project and :

```
docker-compose up
```

3. Access to pgAdmin4 :

```
http://localhost:5050/
```