refact round 2

This commit is contained in:
Zsolt Tasnadi
2026-03-11 07:28:14 +01:00
parent e837a9a04e
commit d843df816a
23 changed files with 834 additions and 659 deletions

View File

@@ -8,6 +8,9 @@ services:
- "2323:2323"
environment:
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN}
- MESSAGES_PATH=/data/messages.dat
volumes:
- bbs-messages:/data
restart: always
read_only: true
tmpfs:
@@ -15,4 +18,7 @@ services:
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
- no-new-privileges:true
volumes:
bbs-messages: