Fix Docker image to run in healthy mode
Refs https://redmine.teklia.com/issues/6470
- Use django-admin in Docker for easier deployments, as it's easier to setup worker commands or any other
django-admin
command than relying on./manage.py
- Update healthcheck to verify /api/v1/corpus instead of /api/v1/public-key that is dependant on ponos
- Use
$PORT
in dockerfile - Use
arkindex
script in dockerfile - Warn on usage of
./manage.py
- Expose
arkindex
for developers too
Edited by Bastien Abadie
Merge request reports
Activity
requested review from @erouchet
assigned to @babadie
@erouchet please review this one today, it blocks preprod deployment
added 2 commits
@erouchet I updated the MR to make
arkindex
availableenabled an automatic merge when the pipeline for b6d81dd3 succeeds
Please register or sign in to reply