mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00

* /healthcheck endpoint usefull for monitoring, ci test also uses this * customizable PORT with environment variable * customizable PUID/PGID, reduce attack surface and allow better integration in rootless environments * size optimization * update to python 3.10 * add postgresql compatibility * PUID/PGID default as root to not break current user environments
22 lines
223 B
Text
22 lines
223 B
Text
.dockerignore
|
|
.env
|
|
.git
|
|
.github
|
|
.gitignore
|
|
.isort.cfg
|
|
.readthedocs.yaml
|
|
.travis.yml
|
|
.venv
|
|
.vscode
|
|
assets
|
|
CHANGELOG.md
|
|
CONTRIBUTORS
|
|
docker-compose.*
|
|
Dockerfile
|
|
docs
|
|
LICENSE
|
|
Makefile
|
|
MANIFEST.in
|
|
README.md
|
|
SECURITY.md
|
|
tox.ini
|