Netflix / lemur-docker

Docker files for the Lemur certificate orchestration tool
170 stars 88 forks source link

Fix lemur-web image build and postgres startup issues #47

Closed viranch closed 3 years ago

viranch commented 4 years ago

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 entrypoint api-start.sh to use lemur username and password.

peschmae commented 3 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

hosseinsh commented 3 years ago

Thanks @viranch for the PR, and sorry for the long delay, as don't activity develop on this repo. Merging it now.