guys, prisma keep restarting, any idea what it is?
# orm-help
t
guys, prisma keep restarting, any idea what it is?
h
Might be issue with docker compose
t
seem like host.docker.internal is unknown host
h
Ya make sure you update docker
Are you in development , maybe try demo servers for now
t
i am using digital ocean 18.06 though
i will try to update regardless
h
I used same box a few days ago worked
I guess version issues 😅
t
h
Prisma.yml?
And docker-compose.yml
t
h
And you are running docker compose with right envs?
t
right env? env var? ya
h
run docker-compose config
Is it printed with right stuff confirm?
t
h
And run
docker-compose down -v --rmi all --remove-orphans
to clean old stuff
Is your file named .env or other thing
Cause other won't work unless you specify in docker compose config
t
i tested on my local, it works, i copy to DO and it doesnt work
h
Ya it's env file issues happens sometimes
t
it should show warning message if i did not inject the variable right? I didnt see the warning message when i build it
h
even in logs?
t
i will try to fill all env var and see how
h
After filling it will work
But it should read it if your file is namedas
.env
It should not be
test.env
or something
t
still the same issue though
found similar problem discussed
seem like host.docker.internal is not supported in linux