ralyodio
ralyodio
ahh ok. Trying now. Thanks.
I tried connection to localhost:3000 but it isn't up.
So I got it working, but mail still won't send. It says it can't find the config/initailizers/mail script `app_1_8dd569ff291a | ruby: No such file or directory -- script/mail_new_activity (LoadError)`
Just an fyi, you can't use quotes in docker-compose for environemnt variables. They show up in the values. Also I read that docker-compose will look for a .env file in...
`app_1_8dd569ff291a | script/mail_new_activity.rb:146:in `': undefined method `id' for nil:NilClass (NoMethodError)`
did you have to make a lot of customizations to lobsters code?
I got mail working! I had to use smtp.mailgun.org port 587. Shit works now! thank you!
Something broke. I'm now getting this error. `sendmail: can't connect to remote host (127.0.0.1): Connection refused` -- seems to be ignoring the docker-compose env. variables
any idea when this will happen?
my script just hangs. I assume its because i don't disconnect from DB?