Skip to content

Commit

Permalink
Melhorias no readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fosouzadev committed Nov 16, 2024
1 parent 5819740 commit 2600ca2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# PostgreSQL
Esse repositório permite criar um banco postgreSQL em container, já com uma estrutura e dados definidos anteriormente.

Possui um fluxo no github actions que publica a imagem no github packages.
[![Publish package to github packages](https://github.com/fosouzadev/postgresql-container/actions/workflows/github-images.yml/badge.svg)](https://github.com/fosouzadev/postgresql-container/actions/workflows/github-images.yml)

Possui duas formas abaixo para criar o container.
* Docker Compose
* Docker Build
Expand All @@ -24,7 +27,7 @@ docker run -d --name postgresql-docker-build -p 5432:5432 -v pgdata:/var/lib/pos
## Criar imagem usando make
No fluxo do github actions o arquivo `makefile` é utilizado, para que após adicionar novos scripts ao repositório seja definida também a nova tag da imagem.
```
make build
make build DB_PASSWORD={senha} GITHUB_USER={usuário do github}
```

## Baixar imagem do Github Packages
Expand Down

0 comments on commit 2600ca2

Please sign in to comment.