https://github.com/lucassantus/docker-template-postgres
:information_source: simple postgres template using docker & docker compose.
https://github.com/lucassantus/docker-template-postgres
docker docker-compose postgres
Last synced: about 2 months ago
JSON representation
:information_source: simple postgres template using docker & docker compose.
- Host: GitHub
- URL: https://github.com/lucassantus/docker-template-postgres
- Owner: lucassantus
- License: mit
- Created: 2023-12-19T15:44:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:44:41.000Z (over 2 years ago)
- Last Synced: 2025-05-17T06:40:48.507Z (about 1 year ago)
- Topics: docker, docker-compose, postgres
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Template - Postgres
:information_source: About
> This project was developed using Docker, Docker Compose and Postgres.
The idea is:
_"Create a simple template project for Postgres using docker and docker compose."_
---
:computer: Run project
Building
```
docker-compose up -d --build
```
Starting
```
docker-compose up -d
```
Stop
```
docker-compose stop
```
---
:bust_in_silhouette: Author
Made with ❤️ by Lucas Santus!
Thanks for visiting and good coding!
---
:memo: License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/LucasSantus/docker-template-postgres/blob/master/LICENSE) for better details.