-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Docker container support #1
Conversation
Called the example the eye. Containerized that too.
I haven't tried this yet... I should probably update the README.md with environmental variable instructions, etc. I wanted you to see it is in the works. |
@@ -8,7 +9,7 @@ | |||
from overseer.apis import apiv1 | |||
from overseer.argparser import args | |||
from overseer.consts import OVERSEER_VERSION | |||
|
|||
logger.add(sys.stdout) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have stdout output. Please check logger.py
The code had received a major update, and now has a postgresql involved |
@jgrim are you planning to fix this or should I close it? |
I'll close it. I can reengage if there becomes a need. Seems like there won't be. |
Containerized overseer.
Called the example the eye.
Containerized that too.