initial commit

This commit is contained in:
2026-03-10 18:45:17 +01:00
commit b8e6df3a04
6 changed files with 758 additions and 0 deletions

15
docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
bbs:
build:
context: .
dockerfile: Dockerfile.development
container_name: teletype-bbs
ports:
- "2323:2323"
volumes:
- ./:/app/:ro
environment:
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN:-}
restart: unless-stopped
stdin_open: true
tty: true