Florian Gabsteiger
|
da586fc90a
|
Add bind-ip 0.0.0.0 to docker-compose command
|
2019-09-22 11:47:22 +02:00 |
|
Florian Gabsteiger
|
d390005c5c
|
Enable user-controlled gunicorn options in docker-compose file
|
2019-09-22 11:47:22 +02:00 |
|
Florian Gabsteiger
|
bdeaf33462
|
Copy gunicorn.conf to docker container and use it in entrypoint
|
2019-09-22 11:47:22 +02:00 |
|
Florian Gabsteiger
|
3050ff1594
|
Upgrade docker base image to alpine v3.10
|
2019-09-04 23:00:34 +02:00 |
|
Florian Gabsteiger
|
6ca7322aee
|
Move static file collection from docker entrypoint to Dockerfile to reduce superflous work
|
2019-08-30 22:38:38 +02:00 |
|
Florian Gabsteiger
|
82855f9d43
|
Adjust path in setup docs to python 3.6 as 3.4 is deprecated
|
2019-08-10 17:25:52 +02:00 |
|
Florian Gabsteiger
|
2efd278ee9
|
Add http to cors origin whitelist as this is required with new version
|
2019-08-06 12:26:14 -09:00 |
|
Florian Gabsteiger
|
ce02473edb
|
Remove specific versions from Pipfile and adjust Pipfile.lock and requirements.txt accordingly
|
2019-08-06 12:25:37 -09:00 |
|
Florian Gabsteiger
|
7e77c5ec31
|
Add static file collection instruction to bare-metal setup guide as it is necessary for whitenoise static file serving
|
2019-07-25 00:55:20 +02:00 |
|
Florian Gabsteiger
|
4107323a76
|
Enable static file collection in docker image
|
2019-07-25 00:43:24 +02:00 |
|
Florian Gabsteiger
|
528b4ac2f0
|
Activate whitenoise and static file compression and caching
|
2019-07-24 13:26:28 -09:00 |
|
Florian Gabsteiger
|
39754792c8
|
Add whitenoise and brotli as prerequesite for improving performance of static file serving
Additionally, pipenv Pipfile and Pipfile.lock as well as requirements.txt were updated to fullfil requirements of the above packages
|
2019-07-24 11:22:13 -09:00 |
|