-
Notifications
You must be signed in to change notification settings - Fork 326
External Config #4
Comments
Per the Readme, I did a " I also compiled private.py to make certain there weren't any syntax errors in the file. |
Your docker run command should point to the So something like:
|
Thanks for the response but /Users/jelling/.aptfinder is not the project root directory. I'm on OSX if I matters. |
What does cat /opt/wwc/logs/afinder.log show in the docker container? |
The only thing in the log is a couple of these: Since it scrapes properly with the default values I presume this is not a problem. |
Is there a known good private.py I can reference? Interestingly, a pycache file is created for my private.py when I run the program. This indicates to me it's being properly imported and compiled when I start the docker container. |
This is what mine looks like, located under
|
I can't get the project to load the external config file but everything else works, including posting to my Slack channel.
My config is at ~/.aptfinder/config/private.py. I've also tried putting it at ~/.aptfinder/private.py
I'm running docker w/ this command:
docker run -d -e SLACK_TOKEN={mytoken} -v /Users/jelling/.aptfinder:/opt/wwc/apartment-finder/config dataquestio/apartment-finder
Any ideas? I see no problems when running docker in interactive mode.
The text was updated successfully, but these errors were encountered: