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.
- Host: GitHub
- URL: https://github.com/remylavergne/postgres-pgadmin4-docker
- Owner: remylavergne
- Created: 2018-12-03T09:00:51.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-03T10:36:49.000Z (over 6 years ago)
- Last Synced: 2025-01-24T15:43:19.445Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```