An open API service indexing awesome lists of open source software.

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.

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








Lucas Santus




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.