dat-ecosystem-archive / datBase

Open data sharing powered by Dat [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
http://datbase.org
244 stars 32 forks source link

docker connection from local #620

Open okdistribute opened 6 years ago

okdistribute commented 6 years ago

there's something @maxogden and @joehand figured out for try-dat.com that we also should apply here for the docker container.

joehand commented 6 years ago

switched to host networking mode, now that all the ports are shared amongst all processed, lots of bugs creeped up because 2 containers would try to listen on the same port

joehand commented 6 years ago

We are using https://github.com/jwilder/nginx-proxy for the networking mode, so we need to figure out how to get that to work with dat or something. =(

joehand commented 6 years ago

Tried these things:

I got one connection that was hole-punched to my local but not working anymore, so not really sure what is going on.

SvenDowideit commented 6 years ago

this may be related to https://github.com/datproject/dat/issues/947