https://github.com/wasabina67/postgres-pgadmin-example
Postgres Pgdmin example
https://github.com/wasabina67/postgres-pgadmin-example
docker-compose pgadmin postgres
Last synced: 10 months ago
JSON representation
Postgres Pgdmin example
- Host: GitHub
- URL: https://github.com/wasabina67/postgres-pgadmin-example
- Owner: wasabina67
- License: mit
- Created: 2025-01-03T04:49:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T05:35:37.000Z (12 months ago)
- Last Synced: 2025-01-12T04:48:51.952Z (12 months ago)
- Topics: docker-compose, pgadmin, postgres
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# postgres-pgadmin-example
Postgres Pgdmin example
## Up
```bash
docker-compose up -d
```
## Down
```bash
docker-compose down
```