Add installation via docker compose (MVP 1)

- Adds configuration parameters (`change_kernel_settings`, `fs_inotify_max_user_instances_and_watchers`)
This commit is contained in:
Keonik1
2025-08-09 15:55:37 +03:00
committed by missytake
parent e7ddf6dc32
commit 29b8bb34ee
16 changed files with 780 additions and 20 deletions

6
.gitignore vendored
View File

@@ -164,3 +164,9 @@ cython_debug/
#.idea/
chatmail.zone
# docker
/data/
/custom/
docker-compose.yaml
.env