-
Notifications
You must be signed in to change notification settings - Fork 0
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
Optimizing Python + Docker deploys using Pants #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
If we’re moving away from pex
, should we move away from the whole dj
app?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @esirK
This should allow staticfiles, media, logs, etc., to be in Docker volumes. Also standardize all env vars to start with TWOOPSTRACKER_.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
I think this is good to go now @kilemensi @thepsalmist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
This PR uses Optimizing Python + Docker deploys using Pants article to optimize our use of pants to build Docker images.
The PR also standardize use of environment variables by prefixing each one with
TWOOPSTRACKER_
, remove the mixing oftwoops-tracker
,twoops_tracker
, etc. to justtwoopstracker
for package name.Fixes #6
Type of change
Screenshots
N/A
Checklist: