Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ajustado docker-compose com versão fixa de banco, dump do banco … #75

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

fernandoerosa
Copy link

@fernandoerosa fernandoerosa commented May 11, 2024

A ideia foi facilitar o dump do banco de dados quando estiver no docker, e fixar a versão do banco para não ocorrer problemas futuros.

docker-compose.dev.yml Outdated Show resolved Hide resolved
@antoniolucasnobar
Copy link

@fernando-rosa-wmw pode verificar os conflitos por favor?

@fernandoerosa
Copy link
Author

@fernando-rosa-wmw pode verificar os conflitos por favor?

Resolvido

Co-authored-by: Fabrízio de Royes Mello <[email protected]>
@@ -28,9 +28,12 @@ services:
npm run start:dev -- --preserveWatchOutput"
db:
container_name: sos-rs-db
image: postgres
image: postgres:13-alpine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Último ponto, porque não usar a 16 que é a última versão stable que será mantida até Nov/2028 ??? https://www.postgresql.org/support/versioning/

Copy link

@iagxferreira iagxferreira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants