https://github.com/ealcantara22/postgres
A postgres instance fast and easy with docker.
https://github.com/ealcantara22/postgres
docker docker-compose postgres
Last synced: about 2 months ago
JSON representation
A postgres instance fast and easy with docker.
- Host: GitHub
- URL: https://github.com/ealcantara22/postgres
- Owner: ealcantara22
- Created: 2020-08-24T03:59:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T20:29:32.000Z (about 4 years ago)
- Last Synced: 2025-06-27T18:44:16.130Z (about 1 year ago)
- Topics: docker, docker-compose, postgres
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Postgres-Docker
### Description
A postgres instance fast and easy with docker.
### Instruction
- Copy the `.env.sample` to `.env` and replace the values.
```bash
cp .env.sample .env
```
- start the container.
```bash
docker-compose up -d
```