docker-compose: PYTHONUNBUFFERED=1

almost zero performance impact with podman in kitty
This commit is contained in:
ed
2025-07-29 17:13:34 +00:00
parent 4915b14be1
commit 3cde1f3be2
3 changed files with 10 additions and 1 deletions

View File

@@ -27,6 +27,9 @@ services:
LD_PRELOAD: /usr/lib/libmimalloc-secure.so.NOPE
# enable mimalloc by replacing "NOPE" with "2" for a nice speed-boost (will use twice as much ram)
PYTHONUNBUFFERED: 1
# ensures log-messages are not delayed (but can reduce speed a tiny bit)
authelia:
image: authelia/authelia:v4.38.0-beta3 # the config files in the authelia folder use the new syntax
container_name: idp_authelia