-
Notifications
You must be signed in to change notification settings - Fork 300
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
base: develop
Are you sure you want to change the base?
fix: Ajustado docker-compose com versão fixa de banco, dump do banco … #75
Conversation
…espelhado e ajustado o readme.md.
…espelhado e ajustado o readme.md.
…espelhado e ajustado o readme.md.
@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 |
There was a problem hiding this comment.
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/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.