ruby version

This commit is contained in:
2026-04-28 22:58:37 +02:00
parent 6f6dcd062f
commit 4ac5f1632f
12 changed files with 462 additions and 37 deletions

View File

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