https://github.com/bitkill/ubuntu-py3-django
Docker container for django based projects. Includes uwsgi and wkhtmltox
https://github.com/bitkill/ubuntu-py3-django
Last synced: 3 months ago
JSON representation
Docker container for django based projects. Includes uwsgi and wkhtmltox
- Host: GitHub
- URL: https://github.com/bitkill/ubuntu-py3-django
- Owner: bitkill
- Created: 2018-03-08T13:07:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T11:34:31.000Z (over 7 years ago)
- Last Synced: 2025-11-11T12:05:19.421Z (7 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Container for django with deps to generate pdf
Deploy your pyhon app with django + uwsgi
mount your app volume in the /code dir
sample entrypoint:
````
CMD [ "uwsgi", "--http", ":80", \
"--module","myapp.wsgi", \
"--master" ]
````