mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
docker-compose: PYTHONUNBUFFERED=1
almost zero performance impact with podman in kitty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user