PoisonFlame asked
o1lab replied
Fatal process OOM in insufficient memory to create an Isolate · Issue #1559 · nodejs/docker-node · GitHub
PoisonFlame replied
PoisonFlame asked
o1lab replied
PoisonFlame replied
node:14-alpine
as base that pulls and runs based on instructions here: GitHub - nocodb/nocodb-seed)package.json
and I was able to get the service running but I’m now having issues with setting it up with postgres. It seems like it’s not communicating with postgres at all as I see no new tables created or any connection attempts in my postgres container. With that, I was able to create a user but I’m not sure where the credentials are being stored.NC_DB
variable in my .env
file which is in the root of the git project directory. My NC_DB
is as follows: NC_DB=pg://db:5432?u=user&p=pass&d=nocodb