From your example, it deploys both: a postgres container and a nodejs container, but to be able to create de nodejs, you need to have the postgres url. So basically the question here is how can i do the same for my personal projects, so that I can reference the db in the same deployment as they did.