ticket #65 attempt 1

This commit is contained in:
Typosaurus
2026-07-19 18:16:23 +00:00
parent 818568c609
commit 7cc39076bf
15 changed files with 82 additions and 12 deletions
+4
View File
@@ -39,6 +39,10 @@ NGINX_MAX_BODY_SIZE=50m
NGINX_CACHE_ENABLED=false
NGINX_CACHE_MAX_SIZE=1g
# Max length of comment text (applied server-side on write and client-side on input).
# Change at any time via the env var; the DB has no length constraint.
DEVPLACE_COMMENT_MAX_LENGTH=1000
# Run the app container as this host user so shared files keep dev ownership.
DEVPLACE_UID=1000
DEVPLACE_GID=1000