27 Commits

Author SHA1 Message Date
106f59afa1 docker: shift HEALTHCHECK to helper 2021-12-27 16:08:55 +01:00
e7578e859a Clean up install/exec 2021-12-25 18:21:55 +01:00
def397de5e Dockerfile: add setuptools for gunicorn
Otherwise gets removed with pip
2021-12-12 21:11:38 +00:00
d07aa566ed Dockerfile: keep source files
Will need to be sorted out. `docker-entry.sh` was also deleted.
2021-12-12 18:38:39 +00:00
0ee16d4a7d Install setproctitle from pkg mgrs 2021-12-11 18:50:28 +01:00
580565da77 Dockerfile: reduce # of steps & image size 2021-12-11 18:28:35 +01:00
b2600152ea docker: remove unneeded git dep 2021-12-10 15:14:50 +00:00
5422d4e14c Move away from gevent
Might not be that reliable
2021-11-25 21:21:59 +01:00
37e08f8b4c Include gunicorn and gevent in [full] 2021-11-23 20:32:22 +01:00
8f576adb64 Add gevents deps 2021-11-23 20:22:47 +01:00
528b3448e4 Get gevents from pkgs (long to build) 2021-11-23 20:14:22 +01:00
4dd77b4bcc Add gevent to for deployment to get the latest one 2021-11-23 20:07:56 +01:00
6900b9053c Heroku click to deploy
incl. workaround for their weird use of entrypoint
2021-11-21 21:57:06 +01:00
1ff7e4103c Docker: make it possible to use it as cli 2021-10-31 17:15:08 +01:00
3f12258e98 Docker: default to non-root exec 2021-10-19 22:20:44 +02:00
d023ec8d73 Change default port to 8000 2021-10-19 22:19:59 +02:00
62e04549ac Optdeps in REAMDE and Dockerfile 2021-09-21 08:04:45 +02:00
95d6143636 docker: log to stdout 2021-01-15 23:31:27 +01:00
18ec10fe44 Use hopefully more-up-to-date pip gunicorn 2020-10-03 21:59:43 +02:00
891c385b69 Dockerfile: no cache for pip to save space 2020-10-03 21:59:17 +02:00
0629bb98fb dockerfile: add python wheel 2020-10-03 21:16:04 +02:00
03a122c41f Dockerfile: add --no-cache to save some space 2020-10-01 22:33:29 +02:00
6192ff4081 gunicorn with --preload
To only load the code once (and start autotrim once)
2020-10-01 00:05:39 +02:00
e76ab2b631 Update gunicorn instructions 2020-08-23 18:59:02 +02:00
285e1e5f42 docker: pip install local 2020-04-19 13:25:53 +02:00
4f44df8d63 Make all ports default to 8080 2020-04-18 17:15:59 +02:00
497c14db81 Add dockerfile & how to in README 2020-04-18 17:04:44 +02:00