Files
bbs-server/docker-compose.dev.yaml
2026-05-12 19:25:31 +02:00

15 lines
302 B
YAML

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