Files
bbs-server/docker-compose.yaml
2026-03-10 18:54:17 +01:00

16 lines
316 B
YAML

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