Jonas Schäfer
a998348804
Make hypercorn log to stdout in Docker
...
This may help with debugging issues, because we now actually see
incoming requests also on the hypercorn layer.
Fixes #97 .
2022-01-22 15:20:36 +01:00
Matthew Wild
ceecfc861c
docker: allow custom bind interface/port from environment
2021-02-17 13:38:10 +00:00
Matthew Wild
c28e98ec18
Set appropriate interface and port in docker
2021-01-29 14:03:26 +00:00
Matthew Wild
f27c86e29a
Initialize required environment variables appropriately
2021-01-29 13:59:30 +00:00
Jonas Schäfer
fa700bba07
Massive code cleanup
...
- Avoid fighting import cycles using a factory function
- Collapse useless subpackages into simple modules
- Move flask plugins / infrastructure in own module
- Refactor how blueprints are used to localize information about
URL routing to app factory
2021-01-17 20:11:25 +01:00
Killian Kemps
9d1d516b5e
[Docker] Display messages for missing envvars
2020-04-30 15:52:54 +02:00
Killian Kemps
e86bd1562d
[Docker] Add Dockerfile
2020-04-29 15:46:29 +02:00