You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File hierarchy inside docker container now looks similar to scancodeio.
postgres data is now a docker volume, so it will persist even after
recreation.
.dockerignores makes sure that we don't overpopulated dockerfile, improving build times.
A common environment variable for containers is kept in docker.env
NOTE: We should have a postgres health check script which uses
python manage.py check --database default
which comes with max_retries and backoffs for `vulnerablecode`
container.
Currently, docker's `restart:` option is used but it has a caveat that it'll restart on non-db errors as well.
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
0 commit comments