Commit Graph

17 Commits

Author SHA1 Message Date
66d203e72a requirements.txt updated 2024-03-04 21:13:12 +01:00
e6595c05d5 fixed mariadb-client installation
ref. https://github.com/PyMySQL/mysqlclient/discussions/624
2023-07-04 11:06:00 +02:00
fb1dbea1ee added missing "pkg-config" for "mysqlclient==2.2.0"
ref. https://stackoverflow.com/questions/76533384/docker-alpine-build-fails-on-mysqlclient-installation-with-error-exception-can
2023-07-04 10:50:35 +02:00
f576ded038 fixed versions 2023-07-04 10:33:30 +02:00
0f53436700 requirements.txt updated 2023-07-04 10:17:12 +02:00
774a1c21a1 improved docker build with "ARG" instead of using "version.env" which is not present on local builds (because it's created by ci-pipeline) 2023-05-09 06:57:03 +02:00
ed13577e82 Dockerfile - updated to python 3.11 2023-01-16 10:30:21 +01:00
a09fc5f2ad added some new endpoints and links in readme 2022-12-29 10:31:25 +01:00
c5b6c79d1c fixes 2022-12-21 11:06:09 +01:00
7eddb17862 Dockerfile - include version.env to image 2022-12-21 10:48:36 +01:00
76f997d437 render README.md on index page 2022-12-21 07:33:20 +01:00
4dbffd2fe0 Dockerfile - added missing 'sqlite-dev' package 2022-12-20 19:42:33 +01:00
781dac5278 Dockerfile - updated dependencies 2022-12-20 19:38:04 +01:00
4d0ea40485 Dockerfile - added "curl" for healthcheck 2022-12-20 19:24:26 +01:00
dfdf527c3e Dockerfile - fixed healthcheck 2022-12-20 17:59:38 +01:00
8e95f700ef Dockerfile - temporary added uvicorn ssl support (in future releases uvicorn listens to http and tls termination should be done by a proxy like traefik) 2022-12-19 14:33:23 +01:00
1a697a9111 Dockerfile & .gitlab-ci.yaml 2022-12-16 13:55:17 +01:00