Marcelo Trylesinski

Results 253 issues of Marcelo Trylesinski

Due to PostgreSQL not being able to create multiple databases by default, we need to create our own image and add a `docker-entrypoint` script to do it. Each microservice (that...

enhancement
good first issue

Not sure what technologies do I want for the frontend. It should be analogous at what we have in `full-stack-fastapi-postgresql`.

Is it really needed? :sweat_smile: Anyway, I'll add at some point...

enhancement
good first issue
Discuss

Same all `full-stack-fastapi-postgresql` but fully async.

enhancement
good first issue

I'm not sure if I want this, is it really necessary?

Discuss

There's no real limit.

- We want to have a different stages for development, staging (?) and production. - We want to remove root rights from dockerfiles. References: - https://stackoverflow.com/questions/53835198/integrating-python-poetry-with-docker - https://github.com/line/promgen/blob/master/Dockerfile - https://github.com/python-poetry/poetry/discussions/1879#discussioncomment-216865...