Commit Graph

5 Commits

Author SHA256 Message Date
dependabot[bot] 38d4a5476e Bump python from 3.11-alpine to 3.13-alpine (#28)
* Bump python from 3.11-alpine to 3.13-alpine

Bumps python from 3.11-alpine to 3.13-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dependencies

* Bump dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: f4lco <github@falcoduersch.com>
2024-11-17 11:57:01 +01:00
f4lco c308118e8f Python 3.11 2022-11-01 23:23:03 +01:00
Kai Fabian cc9756624a Move from Alpine-bundled uwsgi to pip-installed and compiled uwsgi.
Alpine ships uWSGI linked against the most recent Python version,
i. e. currently python3.9. The current deployment uses python3.8
though, so whenever our Python version diverges from Alpine's
stable version, uWSGI will break (aka fail to run the parser).

Switching to installing uWSGI via pip into the pipenv will make sure
that the uWSGI Python module's version will always fit our venv.
2021-08-31 09:25:24 +02:00
f4lco ecc23b9e6b Update Dockerfile to Python 3 (#7) 2020-04-23 17:41:50 +02:00
Kai Fabian 0653c75e43 Dockerfile for automated docker deployment (#1)
* Initial Dockerfile

* Dockerfile: install without caching in production

* dockerfile: added ARG/ENV for deployment dir

* dockerfile: removed unnecessary tinkering with PYTHONPATH

* dockerfile: added ARG/ENV for listening port

* dockerfile: added cleanup of tests and makefile

* dockerfile: added health check
2018-10-21 19:22:15 +02:00