delta update

This commit is contained in:
2026-05-12 19:25:31 +02:00
parent 0f00031ca4
commit f1ec1c3a42
3 changed files with 16 additions and 2 deletions

14
docker-compose.dev.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
bbs:
build: .
container_name: teletype-bbs
ports:
- "2323:2323"
volumes:
- ./:/app/
environment:
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN:-}
- MESSAGES_PATH=/app/data/messages.dat
restart: unless-stopped
stdin_open: true
tty: true