-
Notifications
You must be signed in to change notification settings - Fork 30
Dockerize Fastpath #935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Dockerize Fastpath #935
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (91.81%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #935 +/- ##
=======================================
Coverage 91.81% 91.81%
=======================================
Files 61 61
Lines 5179 5179
Branches 339 339
=======================================
Hits 4755 4755
Misses 365 365
Partials 59 59
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…s://github.com/ooni/backend into support-deploying-fastpath-as-docker-container
This PR will add a docker compose configuration able to deploy the Fastpath.
To deploy the docker container you can run:
Note that we still use the
fastpath.conf
file for configuration, but I moved it to the root project dir and the dockerfile expects it to be there. The idea is that we will override this file through Ansible when deploying to EC2Related to ooni/devops#123