Commit Graph
5 Commits
Author SHA1 Message Date
Philipp FruckandGitHub 9ecaea2c12 chore(docker): Remove intermediate stage (#6068)
removes the prebuild stage from the final image
which solves the issue that build dependencies
where not cleaned up properly. Saves a couple
of MB in image size.
2023-12-11 09:57:37 +11:00
Philipp FruckandGitHub b59cf0f4a4 fix(SSO): log error message when EMAIL_HOST is empty (#6067)
fixes #4553
2023-12-11 07:49:50 +11:00
Philipp FruckandGitHub 31f4045465 Fix parsing dict variables from env (#4438)
* fix parsing dict variables from env

The INVENTREE_SOCIAL_PROVIDERS variable has been parsed as a string from
the environment which resulted in an attribute error as dict was the
expected variable type. To circumvent this error, parsing JSON strings
as dictionary values from the environment has been added

* add unit tests for env typecasting to dict
2023-03-03 10:47:15 +11:00
Philipp FruckandGitHub 9964687cf3 support podman and selinux for dev setup (#4354)
SELinux labels are required in order to mount the volumes into the dev
containers. The build config has been added to the dev-worker to prevent
podman from trying to pull from docker hub
2023-02-20 07:21:17 +11:00
Philipp FruckandGitHub e6c9db2ff3 configure cors and allowed hosts using env vars (#4355) 2023-02-17 10:53:28 +11:00