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,8 +8,10 @@ services:
- "2323:2323"
volumes:
- ./:/app/
- ./data:/data
environment:
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN:-}
- MESSAGES_PATH=/data/messages.dat
restart: unless-stopped
stdin_open: true
tty: true