Closed JosiahRegencia closed 6 years ago
/dev/vda1 seems to be full. hhmmmmm.
Ran docker rm $(docker ps -a -q) && docker rmi $(docker images -q) based on https://github.com/docker/compose/issues/3262 solved the temporary issue
The highlighted shows the IP connected to each container. The first one shows the IP for savant. which is 172.17.0.2
The second is for postgres. Which results to an empty one.
good catch on the disk full
I am not sure why the db container shows no IP, that is very strange
Tried to test connection. But faced with problems with Digital Ocean at the moment I guess.
Not sure what's causing this. Currently looking into it.