Closed viranch closed 4 years ago
@hosseinsh Any chance you could merge that? Currently the docker-compose config in this repo doesn't work, but these changes would fix that
Thanks @viranch for the PR, and sorry for the long delay, as don't activity develop on this repo. Merging it now.
The first issue is fixed by explicitly declaring the dependent packages in the apt-get install command in Dockerfile.
The DB issues are fixed by making the postgres container initialize lemur DB with desired credentials and fixing the
wait_db
function in lemur-web's entrypointapi-start.sh
to use lemur username and password.