Skip to content
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

Updated software #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Updated software #10

wants to merge 3 commits into from

Conversation

adaminfinitum
Copy link

There will be a few settings you'll probably want to change back as I configured the compatible repos to work on Google Cloud Run which requires PORT8080. But I went ahead and updated Debian to Buster and the latest versions of all the major included libraries.

Copy link
Owner

@tbeadle tbeadle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for using this and contributing! To be honest, I haven't used it in quite a while, which is why the packages haven't been updated. I hope you find it useful.

@@ -4,6 +4,11 @@ deployment of WSGI applications a breeze. There are Dockerfiles to build images
that can be used when the appication is written for Python 2.7 or 3.5. You
*are* using Python 3.5+, right?

## Credit to the creator
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes in README.md shouldn't really go in my repo here.

@@ -2,12 +2,12 @@

set -eo pipefail

repo=tbeadle/gunicorn-nginx
repo=adaminfinitum/gunicorn-nginx
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change also shoudln't get merged in to this repo.

@@ -0,0 +1,12 @@
FROM adaminfinitum/gunicorn-nginx:3.8
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this were to be merged in to this repo, it should be tbeadle/gunicorn....

PACKAGE_JSON=/app/docker/package.json
PACKAGE_JSON=/app/docker/package.json \
PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some indentation issue here. spaces vs. tabs maybe?

Comment on lines +25 to +26
PORT=8080 \
HOST=0.0.0.0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these should get exposed via build arguments. https://docs.docker.com/engine/reference/builder/#arg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants