https://github.com/nicolasvauche/docker_postgresql
https://github.com/nicolasvauche/docker_postgresql
adminer course docker docker-compose pgadmin4 postgresql
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolasvauche/docker_postgresql
- Owner: nicolasvauche
- Created: 2023-03-22T10:09:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T10:10:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T12:44:59.267Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker & PostgreSQL + PGAdmin4 + Adminer
Installation d'un environnement PostgreSQL avec PGAdmin et Adminer.
## Installation
Dupliquer le fichier `.env-sample` et le renommer en `.env`
Renseigner vos informations dans le fichier `.env`
Monter les conteneurs Docker (PostgreSQL, PGAdmin, Adminer) :
`docker compose up`
## Utilisation
- PostgreSQL Host : `127.0.0.1:[VOTRE_DB_PORT]`
- PGAdmin4 : http://127.0.0.1:[VOTRE_PGADMIN_PORT]
- Adminer: http://127.0.0.1:[VOTRE_ADMINER_PORT]