Leo Mylonas
Leo Mylonas
I'm also facing this issue. I ended up using @baumandm's 2nd method to work around the problem, but I'd love a better solution to this.
As per the [docs here](https://prisma.typegraphql.com/docs/basics/prisma-version/) I set env var `SKIP_PRISMA_VERSION_CHECK=true` and so far I've not run into any issues with a Postgres datasource.
I found that when running the (Linux) docker container, you need to define it in all caps (eg `SERVEROPTIONS__URLS=http://*:8080`) because the env var is already defined in all caps in...