https://github.com/edumanoel/postgres12
Docker compose PostgreSQL 12.22 + pgAdmin 4
https://github.com/edumanoel/postgres12
docker docker-compose postgresql
Last synced: about 2 months ago
JSON representation
Docker compose PostgreSQL 12.22 + pgAdmin 4
- Host: GitHub
- URL: https://github.com/edumanoel/postgres12
- Owner: edumanoel
- Created: 2022-01-20T23:40:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T12:56:45.000Z (about 1 year ago)
- Last Synced: 2025-08-30T12:37:26.816Z (10 months ago)
- Topics: docker, docker-compose, postgresql
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker compose db postgreSQL 12 + pgAdmin 4
Configuração básica para uso em localhost.
```
# Configure seu arquivo .env com as propriedades (exemplo):
DB_PASSWORD=root
PGADMIN_EMAIL=user@mail.com
PGADMIN_PASSWORD=pgadmin
```