mwielgoszewski / doorman

an osquery fleet manager
MIT License
621 stars 90 forks source link

POSTGRES_PORT is required to run docker container #132

Open newlog opened 7 years ago

newlog commented 7 years ago

If this environment variable is not set, the docker container initialization enters an infinite loop.

Container run should be executed with -e POSTGRES_PORT=<port>

robertbeal commented 7 years ago

I can confirm this, spits out the following:

File "/src/settings.cfg", line 13, in <module>
    host = os.environ['POSTGRES_PORT']

If I get a moment I'll try to make an PR