Revert DataTable upgrade, new default docker-compose, performance tip

This commit is contained in:
jokob-sk
2024-12-22 11:24:44 +11:00
parent 7913d42699
commit b63b00f30c
41 changed files with 16736 additions and 357 deletions

View File

@@ -130,6 +130,11 @@ services:
- local/path/db:/app/db
# (optional) useful for debugging if you have issues setting up the container
- local/path/logs:/app/log
# (API: OPTION 1) use for performance
- type: tmpfs
target: /app/api
# (API: OPTION 2) use when debugging issues
# - local/path/api:/app/api
environment:
- TZ=Europe/Berlin
- PORT=20211