I tried adding "blockchain: blockchain-wallet-service start" to the Procfile, but the only process "curl localhost:3000" is working is "app.blockchain.1", but I need to connect to those from other app's processes, like "app.web.1"
sonofdirt joined the channel
I created docker options for run and deploy: "--link bot.web.1:blockchain", however curling to "http://blockchain:3000" or ":80" doesn't work
It says "No route to host"
There are so many possible issues there, I know I should give more info
savant joined the channel
gliderbot1
<savant> Guest54622: your app should be listening on the 0.0.0.0 interface
<savant> and should listen to the `$PORT` environment variable for the port
savant has quit
cdbattags joined the channel
sonofdirt joined the channel
sonofdirt has quit
cdbattags has quit
cdbattags joined the channel
cdbattags has quit
cdbattags joined the channel
<aninja> what is the best way to understand how dokku works and its internals as a begineer ?