Foremost, thanks for choosing a business friendly license. I know that statement is going to ruffle feathers, but I'm still grateful. I'm also grateful for you choosing postgresql<p>You will want to strongly consider pinning a node version since it's a <i>huge list</i> of possible values that can go there: <a href="https://github.com/reprohq/repro/blob/main/apps/api-server/Dockerfile#L1">https://github.com/reprohq/repro/blob/main/apps/api-server/D...</a> (it certainly looks like `node:18` is the correct one based on <a href="https://github.com/reprohq/repro/blob/main/.tool-versions#L1">https://github.com/reprohq/repro/blob/main/.tool-versions#L1</a> )<p>Also, please don't hard-code AWS credential configurations like this; if you're using the AWS sdk it automatically supports a wide range of credential discovery mechanisms, which certainly includes those famous env-vars, but by <i>not</i> hard-coding that it allows the server to work correctly in a lot more diverse configurations (EKS, IMDSv2, AWS_PROFILE, etc): <a href="https://github.com/reprohq/repro/blob/main/apps/api-server/src/index.ts#L67-L70">https://github.com/reprohq/repro/blob/main/apps/api-server/s...</a>